|
|||||||||
| 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(java.lang.String message)
Constructs a StorageFactoryException with the specified detail
message. |
|
StorageFactoryException(java.lang.String message,
java.lang.Throwable cause)
Constructs a StorageFactoryException with the detail
message of the original exception. |
|
StorageFactoryException(java.lang.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(java.lang.String message)
StorageFactoryException with the specified detail
message.
message - a description of the errorpublic StorageFactoryException(java.lang.Throwable cause)
StorageFactoryException with the detail
message of the original exception.
The cause can be retrieved with getCause().
public StorageFactoryException(java.lang.String message,
java.lang.Throwable cause)
StorageFactoryException with the detail
message of the original exception.
The cause can be retrieved with getCause().
message - a description of the error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||