Class RetryExhaustedException

All Implemented Interfaces:
Serializable

public final class RetryExhaustedException extends ResilientException
Exception that indicates all Retry attempts exhausted
See Also:
  • Constructor Details

    • RetryExhaustedException

      @Deprecated public RetryExhaustedException(int attempts, @Nonnull Throwable cause)
      Deprecated.
    • RetryExhaustedException

      public RetryExhaustedException(String name, int attempts, @Nonnull Throwable cause)