Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.exceptions
Class StorageExceptionjava.lang.Objectjava.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 com.ibm.portal.state.Storage storage
Storage object that caused the exception
Constructor Summary StorageException(com.ibm.portal.state.Storage aStorage)
Initializes the exception with the storage object that caused it
Method Summary
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
Methods inherited from interface com.ibm.portal.Localized getDescription, getLocales, getTitle
Field Detail storage
protected final com.ibm.portal.state.Storage storage
- Storage object that caused the exception
Constructor Detail StorageException
public StorageException(com.ibm.portal.state.Storage aStorage)
- Initializes the exception with the storage object that caused it
- Parameters:
- aStorage - Storage object that caused the exception
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD