Class NotAuthenticatedException

All Implemented Interfaces:
Serializable

public class NotAuthenticatedException extends AuthorisationException
Exception that is thrown by one of the enforce methods in PermissionEnforcer when the current user does not have the required level of access because the user is not authenticated.
Since:
3.2
See Also:
  • Constructor Details

    • NotAuthenticatedException

      public NotAuthenticatedException()
    • NotAuthenticatedException

      public NotAuthenticatedException(String message)
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable cause)
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable cause)