Class RequestRetryInterruptedException

All Implemented Interfaces:
Serializable

public class RequestRetryInterruptedException extends BraveClientException
Thrown when all retry attempts for an HTTP request have been exhausted, indicating that the executor was unable to complete a series of retries.
See Also:
  • Constructor Details

    • RequestRetryInterruptedException

      public RequestRetryInterruptedException(@NotNull @NotNull String errorMessageSupplier, Throwable cause)