public class RetryExecutionFailureException extends RetryException
ExecutionFailedNotRetriedException
: the action has failed but no
retry was requestedExecutionFailureWrapper
: wraps another exception and adds
additional information about the action execution that has failedMaximumAttemptsReachedException
: the action has been retried too
many timesRetryExecutionInterruptedException
: the thread that runs the
action has been interruptedUnrecoverableException
: the action has thrown an exception that
should not be ignored so no more retry should be attemptedConstructor and Description |
---|
RetryExecutionFailureException(String message) |
RetryExecutionFailureException(String message,
Throwable cause) |
RetryExecutionFailureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2021. All rights reserved.