Class SessionExpiredException

All Implemented Interfaces:
Serializable

@ResponseStatus(UNAUTHORIZED) public class SessionExpiredException extends AbstractLocalifyException
Exception thrown when a user's session has expired.
See Also:
  • Constructor Details

    • SessionExpiredException

      public SessionExpiredException(String message)
      Constructs a new SessionExpiredException with the specified message.
      Parameters:
      message - The detail message.
    • SessionExpiredException

      public SessionExpiredException()
      Constructs a new SessionExpiredException with a default message.