public class PrefixDBException extends UnitException
Constructor and Description |
---|
PrefixDBException()
Constructs from nothing.
|
PrefixDBException(java.lang.Exception e)
Constructs from the exception that caused this exception to be thrown.
|
PrefixDBException(java.lang.String message)
Constructs from an error message.
|
PrefixDBException(java.lang.String message,
java.lang.Exception e)
Constructs from an error message and the exception that caused this
exception to be thrown.
|
public PrefixDBException()
public PrefixDBException(java.lang.String message)
message
- The error message.public PrefixDBException(java.lang.Exception e)
e
- The exception that caused this exception to be thrown.public PrefixDBException(java.lang.String message, java.lang.Exception e)
message
- The error message.e
- The exception that caused this exception to be thrown.