Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.exceptions
Class StateManagerInstantiationExceptionjava.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.exceptions.StateManagerException
com.ibm.portal.state.exceptions.StateManagerInstantiationException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class StateManagerInstantiationException- extends StateManagerException
Exception which is thrown in the case that the state manager could not be instantiated properly.
- Since:
- 5.1
- See Also:
- Serialized Form
Constructor Summary StateManagerInstantiationException()
Initializes this exception.StateManagerInstantiationException(java.lang.Exception aReason)
Initializes this exception.
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
Constructor Detail StateManagerInstantiationException
public StateManagerInstantiationException(java.lang.Exception aReason)
- Initializes this exception.
- Parameters:
- aReason - Reason for not being able to deliver a state manager instance (e.g. a CloneNotSupportedException)
StateManagerInstantiationException
public StateManagerInstantiationException()
- Initializes this exception.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD