java.lang.Object
java.lang.Throwable
java.lang.Exception
org.seppiko.commons.utils.http.HttpClientException
org.seppiko.commons.utils.http.HttpResponseException
- All Implemented Interfaces:
Serializable
Http Response Exception
A subclass of HttpClientException
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ExceptionHttpResponseException(String message) Exception with messageHttpResponseException(String message, Throwable cause) Exception with message and ThrowableHttpResponseException(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
-
HttpResponseException
public HttpResponseException()Default Exception -
HttpResponseException
Exception with message- Parameters:
message- message
-
HttpResponseException
Exception with message and Throwable- Parameters:
message- messagecause- other exception
-
HttpResponseException
Exception with Throwable- Parameters:
cause- other exception
-