Package ome.conditions
Class SessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.SessionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationException
,ExpiredCredentialException
,RemovedSessionException
,SessionTimeoutException
public abstract class SessionException extends RootException
Base session related exception. May be thrown be any service method. All services other thanISession
will most likely throwSessionTimeoutException
orRemovedSessionException
, and theome.api.ISession
service itself:AuthenticationException
andExpiredCredentialException
.- Since:
- 3.0-Beta3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionException(java.lang.String msg)
-