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
ConstructorsConstructorDescriptionRetryTimeoutException(String message, Throwable throwable) Constructs aRetryTimeoutExceptionwith the specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionLast exception thrown inRetrybefore 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 aRetryTimeoutExceptionwith the specified detail message.- Parameters:
message- the detail messagethrowable- last retry exception
-
-
Method Details
-
lastRetryException
Last exception thrown inRetrybefore the overall timeout reached.- Returns:
- last exception thrown
-