java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seppiko.commons.utils.http.HttpRuntimeException
org.seppiko.commons.utils.http.HttpInterruptedException
- All Implemented Interfaces:
Serializable
- Author:
- Leonard Woo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ExceptionException with ThrowableHttpInterruptedException(String message) Exception with messageHttpInterruptedException(String message, InterruptedException 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
-
HttpInterruptedException
public HttpInterruptedException()Default Exception -
HttpInterruptedException
Exception with message- Parameters:
message- message
-
HttpInterruptedException
Exception with Throwable- Parameters:
cause- exception
-
HttpInterruptedException
Exception with message and Throwable- Parameters:
message- messagecause- interrupted exception
-