Package ome.conditions
Class RemovedSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.SessionException
-
- ome.conditions.RemovedSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class RemovedSessionException extends SessionException
Client attempted to access a session which has eitherexpired
or been closed manually.- Since:
- 3.0-Beta3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemovedSessionException(java.lang.String msg)
-