Package jetbrains.buildServer.util.retry
Class AbortRetriesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.util.retry.AbortRetriesException
-
- All Implemented Interfaces:
Serializable
public class AbortRetriesException extends RuntimeException
An exception that stops the retrying process. Should be thrown from any event ofRetrierEventListener
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortRetriesException(String message)
AbortRetriesException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-