Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.state.accessors.exceptions
Class MissingSharedStateIdExceptionjava.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.state.exceptions.StateException com.ibm.portal.state.accessors.exceptions.SharedStateIdException com.ibm.portal.state.accessors.exceptions.MissingSharedStateIdException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class MissingSharedStateIdException- extends SharedStateIdException
Exception representing the error case that a shared state id was null.
- Since:
- 6.1.0
- See Also:
- Serialized Form
Field Summary
Fields inherited from class com.ibm.portal.state.accessors.exceptions.SharedStateIdException sharedStateID
Constructor Summary MissingSharedStateIdException()
The shared state id was null
Method Summary
Methods inherited from class com.ibm.portal.state.accessors.exceptions.SharedStateIdException getSharedStateID
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 MissingSharedStateIdException
public MissingSharedStateIdException()
- The shared state id was null
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD