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
public class MaxRetryExceededException extends ExecutorException
This exception is used to signify that the maximum number of retries has been exceeded, that we shouldn't make further attempt.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxRetryExceededException()
MaxRetryExceededException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MaxRetryExceededException
public MaxRetryExceededException(Throwable throwable)
-
MaxRetryExceededException
public MaxRetryExceededException()
-
-