Class RetryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.faulttolerance.FaultToleranceException
io.helidon.faulttolerance.TimeoutException
io.helidon.faulttolerance.RetryTimeoutException
- All Implemented Interfaces:
Serializable
-
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 Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryTimeoutException
-
-
Method Details
-
lastRetryException
Last exception thrown inRetrybefore the overall timeout reached.- Returns:
- last exception thrown
-