Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends ClientErrorException
This Exception is thrown when an unhandled HttpStatus.UNAUTHORIZED status code occurs.
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
      Create a new UnauthorizedException.
    • UnauthorizedException

      public UnauthorizedException(String message)
      Create a new UnauthorizedException with a message.
      Parameters:
      message - An error message.