Class RequestRetryInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.BraveClientException
net.ygbstudio.jbrave.core.exceptions.RequestRetryInterruptedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionRequestRetryInterruptedException(@NotNull String errorMessageSupplier, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestRetryInterruptedException
-