Class HttpClientException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.seppiko.commons.utils.http.HttpClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HttpResponseException

public class HttpClientException extends Exception
Http Client Exception
Author:
Leonard Woo
See Also:
  • Constructor Details

    • HttpClientException

      public HttpClientException()
      Default Exception
    • HttpClientException

      public HttpClientException(String message)
      Exception with message
      Parameters:
      message - message
    • HttpClientException

      public HttpClientException(String message, Throwable cause)
      Exception with message and Throwable
      Parameters:
      message - message
      cause - other exception
    • HttpClientException

      public HttpClientException(Throwable cause)
      Exception with Throwable
      Parameters:
      cause - other exception