Class HttpException.IllegalArgumentException

All Implemented Interfaces:
Serializable, HttpException, QuietException
Enclosing interface:
HttpException

public static class HttpException.IllegalArgumentException extends IllegalArgumentException implements HttpException
An IllegalArgumentException version of HttpException.
See Also:
  • Constructor Details

    • IllegalArgumentException

      public IllegalArgumentException(int code)
    • IllegalArgumentException

      public IllegalArgumentException(int code, String reason)
    • IllegalArgumentException

      public IllegalArgumentException(int code, String reason, Throwable cause)
  • Method Details