Class MaxRetriesExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.cloudreactor.tasksymphony.wrapperio.UpdateException
io.cloudreactor.tasksymphony.wrapperio.MaxRetriesExceededException
- All Implemented Interfaces:
Serializable
An exception indicating that the maximum number of retries has been
exceeded.
- Since:
- 0.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn the maximum number of retries allowed, which was exceeded.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMaxRetriesAllowed
public long getMaxRetriesAllowed()Return the maximum number of retries allowed, which was exceeded.- Returns:
- the maximum number of retries allowed
- Since:
- 0.1.0
-