com.ibm.workflow.servlet.client
Class NoSessionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.workflow.servlet.client.ClientException
|
+--com.ibm.workflow.servlet.client.NoSessionException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSessionException
- extends ClientException
This exception will be thrown if the servlet's service()
method
is called for a command other than logon, but no Workflow
SessionContext
is found in the request's HttpSession
object. This can happen if the session expired due to some time of
inactivity. When using JSPViewer
, the original command will be
remembered and executed after a successful re-logon.
- See Also:
- Serialized Form
Constructor Summary |
NoSessionException(javax.servlet.http.HttpServletRequest request)
Constructs a NoSessionException object. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoSessionException
public NoSessionException(javax.servlet.http.HttpServletRequest request)
- Constructs a NoSessionException object. Calls the base class' constructor
with the appropriate message string.
- Parameters:
request
- the request that has no associated Workflow session
© Copyright IBM Corporation 1999, 2007. All Rights Reserved.