Class HandlerTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.exception.BaseException
dev.getelements.elements.rt.exception.HandlerTimeoutException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHandlerTimeoutException
(String message) HandlerTimeoutException
(String message, Throwable cause) HandlerTimeoutException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) HandlerTimeoutException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HandlerTimeoutException
public HandlerTimeoutException() -
HandlerTimeoutException
-
HandlerTimeoutException
-
HandlerTimeoutException
-
HandlerTimeoutException
-
-
Method Details
-
getResponseCode
- Specified by:
getResponseCode
in classBaseException
-