Class NotLoggedInException

All Implemented Interfaces:
Serializable

@Experimental public class NotLoggedInException extends SecurityViolationException
No user is logged in, although it is expected. The main purpose of this exception is to allow redirection to the login page if there's no currently logged-in user.
See Also:
  • Constructor Details

    • NotLoggedInException

      public NotLoggedInException()