java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.faulttolerance.TimeoutException
io.helidon.faulttolerance.RetryTimeoutException
- All Implemented Interfaces:
Serializable
Retry timeout exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionRetryTimeoutException
(String message, Throwable throwable) Constructs aRetryTimeoutException
with the specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionLast exception thrown inRetry
before the overall timeout reached.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryTimeoutException
Constructs aRetryTimeoutException
with the specified detail message.- Parameters:
message
- the detail messagethrowable
- last retry exception
-
-
Method Details
-
lastRetryException
Last exception thrown inRetry
before the overall timeout reached.- Returns:
- last exception thrown
-