|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class StorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.StorageException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class StorageException
- extends StateException
Base exceptions for all exceptions occuring during
the processing of the storage phase. Should be sub-classed
by specific exceptions.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected Storage |
storage
Storage object that caused the exception |
Constructor Summary
|
StorageException(Storage aStorage)
Initializes the exception with the storage object that caused it |
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 |
storage
protected final Storage storage
- Storage object that caused the exception
StorageException
public StorageException(Storage aStorage)
- Initializes the exception with the storage object that caused it
- Parameters:
- aStorage - Storage object that caused the exception
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |