Class NotAuthorizedException

All Implemented Interfaces:
Serializable, CleanableFailure

public class NotAuthorizedException extends RESTException implements CleanableFailure
Exception thrown on HTTP 401 Unauthorized. The user is either not authenticated or failed authorization checks.
See Also:
  • Constructor Details

    • NotAuthorizedException

      @FormatMethod public NotAuthorizedException(String message, Object... args)
    • NotAuthorizedException

      @FormatMethod public NotAuthorizedException(Throwable cause, String message, Object... args)