Class UnauthorizedHttpException

All Implemented Interfaces:
Serializable

public class UnauthorizedHttpException extends HttpException
See Also:
  • Constructor Details

    • UnauthorizedHttpException

      public UnauthorizedHttpException()
    • UnauthorizedHttpException

      public UnauthorizedHttpException(String message)
    • UnauthorizedHttpException

      public UnauthorizedHttpException(String message, Throwable cause)
    • UnauthorizedHttpException

      public UnauthorizedHttpException(Throwable cause)
    • UnauthorizedHttpException

      public UnauthorizedHttpException(int statusCode)
    • UnauthorizedHttpException

      public UnauthorizedHttpException(String message, int statusCode)
    • UnauthorizedHttpException

      public UnauthorizedHttpException(String message, Throwable cause, int statusCode)
    • UnauthorizedHttpException

      public UnauthorizedHttpException(Throwable cause, int statusCode)