Package ucar.units
Class PrefixDBAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.PrefixDBException
-
- ucar.units.PrefixDBAccessException
-
- All Implemented Interfaces:
Serializable
public class PrefixDBAccessException extends PrefixDBException
Provides support for prefix database access failures. This is not used in the default implementation but could be used for remote database implementations, for example.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrefixDBAccessException(String reason)
Constructs from an error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PrefixDBAccessException
public PrefixDBAccessException(String reason)
Constructs from an error message.- Parameters:
reason
- The reason the database couldn't be accessed.
-
-