Class UnauthorizedRequestException

All Implemented Interfaces:
Serializable

public class UnauthorizedRequestException extends HttpException
Exception thrown when the requested resource is not available for the user performing the request.
See Also:
  • Constructor Details

    • UnauthorizedRequestException

      public UnauthorizedRequestException()
      Default constructor.
    • UnauthorizedRequestException

      public UnauthorizedRequestException(String message)
      Constructor with a message.
      Parameters:
      message - The message to set.
    • UnauthorizedRequestException

      public UnauthorizedRequestException(String message, Throwable cause)
      Constructor with a message and an underlying cause.
      Parameters:
      message - The message to set.
      cause - The cause.
    • UnauthorizedRequestException

      public UnauthorizedRequestException(Throwable cause)
      Constructor with an underlying cause.
      Parameters:
      cause - The cause.