Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends RestException
Corresponds to an HTTP 401 response.
Author:
Samuel Padgett
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(Throwable t)