Package hudson.plugins.swarm
Class RetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hudson.plugins.swarm.RetryException
- All Implemented Interfaces:
Serializable
Indicates a graceful error reporting that doesn't need the stack dump.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryException(String message) RetryException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryException
-
RetryException
-