Package com.google.jenkins.plugins.util
Class MaxRetryExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.jenkins.plugins.util.ExecutorException
com.google.jenkins.plugins.util.MaxRetryExceededException
- All Implemented Interfaces:
Serializable
This exception is used to signify that the maximum number of retries has been exceeded, that we
shouldn't make further attempt.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxRetryExceededException
-
MaxRetryExceededException
public MaxRetryExceededException()
-