Package org.hippoecm.frontend.session
Class InvalidSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.frontend.RepositoryRuntimeException
-
- org.hippoecm.frontend.session.InvalidSessionException
-
- All Implemented Interfaces:
Serializable
public class InvalidSessionException extends RepositoryRuntimeException
Runtime exception representing the JCR session is invalid. e.g, session is no more live because it's closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionException()
InvalidSessionException(String message)
InvalidSessionException(String message, Throwable cause)
InvalidSessionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-