java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seppiko.commons.utils.http.HttpRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HttpInterruptedException,HttpTimeoutException
HTTP Request Process Exception
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ExceptionHttpRuntimeException(String message) Exception with messageHttpRuntimeException(String message, Throwable cause) Exception with message and ThrowableHttpRuntimeException(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
-
HttpRuntimeException
public HttpRuntimeException()Default Exception -
HttpRuntimeException
Exception with message- Parameters:
message- message
-
HttpRuntimeException
Exception with Throwable- Parameters:
cause- other exception
-
HttpRuntimeException
Exception with message and Throwable- Parameters:
message- messagecause- other exception
-