|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
storage.StorageException
storage.intermediateStorage.IntermediateStorageException
This class and its subclasses are used to indicate errors in the intermediate storage component.
Constructor Summary | |
IntermediateStorageException()
Constructs a IntermediateStorageException with no detail message. |
|
IntermediateStorageException(java.lang.String msg)
Constructs a IntermediateStorageException with the detailed detail message. |
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 IntermediateStorageException()
IntermediateStorageException
with no detail message.
public IntermediateStorageException(java.lang.String msg)
IntermediateStorageException
with the detailed detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |