Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends HttpException
A runtime exception indicating a unauthorized.
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String message)
      Parameters:
      message - the message
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)
      Parameters:
      message - the message
      cause - the cause of this exception