com.ibm.portal.state.accessors.exceptions
Class StateAttributeNotInRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.StateAccessorException
com.ibm.portal.state.accessors.exceptions.StateNotInRequestException
com.ibm.portal.state.accessors.exceptions.StateAttributeNotInRequestException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class StateAttributeNotInRequestException
- extends StateNotInRequestException
Exception representing the error that the attribute storing the
StateHolder in the request cannot be found.
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 |
attribute
Attribute that could not be located in the request |
Constructor Summary
|
StateAttributeNotInRequestException(java.lang.String aAttribute,
javax.servlet.http.HttpServletRequest aRequest)
Initializes the exception with the request that caused it |
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 |
attribute
protected final java.lang.String attribute
- Attribute that could not be located in the request
StateAttributeNotInRequestException
public StateAttributeNotInRequestException(java.lang.String aAttribute,
javax.servlet.http.HttpServletRequest aRequest)
- Initializes the exception with the request that caused it
- Parameters:
- aRequest - Servlet request that caused the exception
- aAttribute - Attribute that could not be located in the request