|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.exceptions
Class NoCodecInUrlException
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.UrlDoesNotContainInformationException
com.ibm.portal.state.exceptions.NoCodecInUrlException
- All Implemented Interfaces:
- Localized, java.io.Serializable
public abstract class NoCodecInUrlException
- extends UrlDoesNotContainInformationException
Exception representing the error case that an input mediator
cannot retrieve any codec information from the received URL.
The codec is necessary for state decoding.
NOTE: This API may only be used in the scope of an HTTP request in WebSphere Portal, i.e. within a theme.
The API can not be invoked directly by a custom servlet.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected java.lang.String |
data
data string that did not contain a decodeable codec information |
Constructor Summary
|
NoCodecInUrlException(java.lang.String aData,
HttpServletRequest aRequest,
InputMediator aMediator)
|
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 |
data
protected final java.lang.String data
- data string that did not contain a decodeable codec information
NoCodecInUrlException
public NoCodecInUrlException(java.lang.String aData,
HttpServletRequest aRequest,
InputMediator aMediator)
- Parameters:
- aData - data string that we tried to decode
- aRequest - Servlet request that could not be decoded
- aMediator - Input mediator that caused the exception (must not be null)
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |