|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mmbase.storage.StorageException
org.mmbase.storage.StorageFactoryException
This exception gets thrown when an error occurred during instantiation of the StorageFactory.
| Constructor Summary | |
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. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public 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 error
public StorageFactoryException(String message,
Throwable cause)
StorageFactoryException with the detail
message of the original exception.
The cause can be retrieved with getCause().
message - a description of the errorcause - the cause of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||