Package ucar.units
Class UnitDBAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.UnitDBException
-
- ucar.units.UnitDBAccessException
-
- All Implemented Interfaces:
Serializable
public class UnitDBAccessException extends UnitDBException
Provides support for failure to access unit database (e.g. RMI failure).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitDBAccessException(String reason)
Constructs from a string.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnitDBAccessException
public UnitDBAccessException(String reason)
Constructs from a string.- Parameters:
reason
- The reason for the failure.
-
-