Class HttpException.IllegalStateException

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

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

    • IllegalStateException

      public IllegalStateException(int code)
    • IllegalStateException

      public IllegalStateException(int code, String reason)
    • IllegalStateException

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