Package rife.authentication.exceptions
Class SessionManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.authentication.exceptions.SessionManagerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContinueSessionErrorException,CountSessionsErrorException,EraseAllSessionsErrorException,EraseSessionErrorException,EraseUserSessionsErrorException,GetSessionUserIdErrorException,InstallSessionsErrorException,IsSessionValidErrorException,PurgeSessionsErrorException,RemoveSessionsErrorException,SessionRememberedCheckErrorException,StartSessionErrorException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionManagerException(String message) SessionManagerException(String message, Throwable cause) SessionManagerException(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
-
SessionManagerException
-
SessionManagerException
-
SessionManagerException
-