java.lang.Object
java.lang.Throwable
java.lang.Exception
org.seppiko.commons.utils.http.HttpClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpResponseException
Http Client Exception
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ExceptionHttpClientException(String message) Exception with messageHttpClientException(String message, Throwable cause) Exception with message and ThrowableHttpClientException(Throwable cause) Exception with Throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpClientException
public HttpClientException()Default Exception -
HttpClientException
Exception with message- Parameters:
message- message
-
HttpClientException
Exception with message and Throwable- Parameters:
message- messagecause- other exception
-
HttpClientException
Exception with Throwable- Parameters:
cause- other exception
-