com.ibm.portal.state.exceptions
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.state.exceptions.StateException
              extended by 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