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:
IOptionalStackTraceLoggingException,Serializable
public final class InvalidSessionException
extends UserFailureException
implements IOptionalStackTraceLoggingException
This
UserFailureException extension signals that a session has expired.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.common.exceptions.UserFailureException
fromTemplate, fromTemplateMethods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSessionException
-