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