java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.faulttolerance.TimeoutException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RetryTimeoutException
General timeout runtime exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionTimeoutException
(String message, Throwable throwable) Constructs aTimeoutException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
Constructs aTimeoutException
with the specified detail message.- Parameters:
message
- the detail messagethrowable
- last retry exception
-