Class RetryExhaustedException

All Implemented Interfaces:
Serializable

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

    • RetryExhaustedException

      public RetryExhaustedException(int attempts, @Nonnull Throwable cause)