Class RetryAttemptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.tinkoff.kora.resilient.retry.RetryAttemptException
All Implemented Interfaces:
Serializable

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

    • RetryAttemptException

      public RetryAttemptException(int attempts, @Nonnull Throwable cause)