Class InvalidSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.systemsx.cisd.common.exceptions.HighLevelException
-
- ch.systemsx.cisd.common.exceptions.UserFailureException
-
- ch.systemsx.cisd.common.exceptions.InvalidSessionException
-
- All Implemented Interfaces:
ch.systemsx.cisd.common.shared.basic.exception.IOptionalStackTraceLoggingException
,java.io.Serializable
public final class InvalidSessionException extends UserFailureException implements ch.systemsx.cisd.common.shared.basic.exception.IOptionalStackTraceLoggingException
ThisUserFailureException
extension signals that a session has expired.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionException(java.lang.String message)
-
Method Summary
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.UserFailureException
fromTemplate, fromTemplate
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriable
-
-