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
Runtime exception representing the JCR session is invalid. e.g, session is no more live because it's closed.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSessionException
(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
-
Constructor Details
-
InvalidSessionException
public InvalidSessionException() -
InvalidSessionException
-
InvalidSessionException
-
InvalidSessionException
-