Class HttpException

All Implemented Interfaces:
Serializable

public class HttpException extends RuntimeException
Exception which is thrown by CtJavaNetHttpClient.

Typical problems are timeouts, connection problems and problems with the DNS configuration.

See Also:
  • Constructor Details

    • HttpException

      public HttpException(Throwable cause)
    • HttpException

      public HttpException(String message)
    • HttpException

      public HttpException(String message, Throwable cause)