Class HttpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpParseException

public class HttpException extends IOException
See Also:
  • Constructor Details

    • HttpException

      public HttpException()
    • HttpException

      public HttpException(String reason)
    • HttpException

      public HttpException(int status, String reason)
    • HttpException

      public HttpException(int status, String reason, String cimError)
  • Method Details