| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.portal.state.exceptions.StateException com.ibm.portal.state.exceptions.InputMediatorException com.ibm.portal.state.exceptions.UrlInputMediatorException com.ibm.portal.state.exceptions.CannotDecodeStateException com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException com.ibm.portal.state.exceptions.CannotInterpretStateException
public abstract class CannotInterpretStateException
The state could be decoded but the content could not be interpreted.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException |
---|
CannotDecodeStateFromStringException.Location |
Field Summary |
---|
Fields inherited from class com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException |
---|
location |
Fields inherited from class com.ibm.portal.state.exceptions.UrlInputMediatorException |
---|
request |
Fields inherited from class com.ibm.portal.state.exceptions.InputMediatorException |
---|
mediator |
Constructor Summary | |
---|---|
CannotInterpretStateException(CannotDecodeStateFromStringException.Location aLocation,
HttpServletRequest aRequest,
InputMediator aMediator)
| |
CannotInterpretStateException(CannotDecodeStateFromStringException.Location aLocation,
HttpServletRequest aRequest,
InputMediator aMediator,
java.lang.Exception aReason)
|
Method Summary |
---|
Methods inherited from class com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException |
---|
getLocation |
Methods inherited from class com.ibm.portal.state.exceptions.InputMediatorException |
---|
getMediator |
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 |
---|
public CannotInterpretStateException(CannotDecodeStateFromStringException.Location aLocation, HttpServletRequest aRequest, InputMediator aMediator, java.lang.Exception aReason)
public CannotInterpretStateException(CannotDecodeStateFromStringException.Location aLocation, HttpServletRequest aRequest, InputMediator aMediator)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |