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

public class SessionManagerException extends RuntimeException
See Also:
  • Constructor Details

    • SessionManagerException

      public SessionManagerException(String message)
    • SessionManagerException

      public SessionManagerException(String message, Throwable cause)
    • SessionManagerException

      public SessionManagerException(Throwable cause)