Package ome.conditions
Class SessionTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.SessionException
-
- ome.conditions.SessionTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionTimeoutException extends SessionException
The given session has expired and can no longer be used. Clients should assume that after this exception has been thrown, that all further attempts to access the session will thrownRemovedSessionException
- Since:
- 3.0-Beta3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
sessionContext
-
Constructor Summary
Constructors Constructor Description SessionTimeoutException(java.lang.String msg, java.lang.Object sessionContext)
-