public class StorageFactoryException extends StorageException
| Constructor and Description |
|---|
StorageFactoryException()
Constructs a
StorageFactoryException with null as its
message. |
StorageFactoryException(String message)
Constructs a
StorageFactoryException with the specified detail
message. |
StorageFactoryException(String message,
Throwable cause)
Constructs a
StorageFactoryException with the detail
message of the original exception. |
StorageFactoryException(Throwable cause)
Constructs a
StorageFactoryException with the detail
message of the original exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageFactoryException()
StorageFactoryException with null as its
message.public StorageFactoryException(String message)
StorageFactoryException with the specified detail
message.message - a description of the errorpublic StorageFactoryException(Throwable cause)
StorageFactoryException with the detail
message of the original exception.
The cause can be retrieved with getCause().cause - the cause of the errorMMBase 1.9-SNAPSHOT - ${javadoctimestamp}