Class HttpException.IllegalArgumentException

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

public static class HttpException.IllegalArgumentException extends IllegalArgumentException implements HttpException

Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated. Typically these are handled with either 400 or 500 responses.

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