Class NotAuthenticatedException

All Implemented Interfaces:
Serializable

public class NotAuthenticatedException extends ServiceException
Thrown when user is not authenticated as per the semantics of the HTTP 401 'Unauthorised' status code.
Since:
8.4.0
See Also:
  • Constructor Details

    • NotAuthenticatedException

      public NotAuthenticatedException()
    • NotAuthenticatedException

      public NotAuthenticatedException(String message)
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable throwable)
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable throwable)
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, ValidationResult validationResult)