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:
  • Field Details

    • causingRetryName

      private final transient String causingRetryName
  • Constructor Details

    • MaxRetriesExceededException

      private MaxRetriesExceededException(String causingRetryName, String message, boolean writeableStackTrace)
  • Method Details