Class MaxRetriesExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.resilience4j.retry.MaxRetriesExceededException
All Implemented Interfaces:
Serializable

public class MaxRetriesExceededException extends RuntimeException
A MaxRetriesExceededException signals that a Retry has exhausted all attempts, and the result is still not satisfactory to RetryConfig.getResultPredicate()
See Also:
  • Method Details