Package com.helixframework.retry
Class RetriesExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helixframework.retry.RetriesExhaustedException
- All Implemented Interfaces:
Serializable
Exception thrown when the maximum number of retries is exhausted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionException thrown when the maximum number of retries is exhausted.RetriesExhaustedException(String message) Exception thrown when the maximum number of retries is exhausted.RetriesExhaustedException(String message, Throwable cause) Exception thrown when the maximum number of retries is exhausted. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetriesExhaustedException
public RetriesExhaustedException()Exception thrown when the maximum number of retries is exhausted. -
RetriesExhaustedException
Exception thrown when the maximum number of retries is exhausted.- Parameters:
message- the error message
-
RetriesExhaustedException
Exception thrown when the maximum number of retries is exhausted.- Parameters:
message- the error messagecause- the cause of the exception
-