Package hudson.lifecycle
Class RestartNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hudson.lifecycle.RestartNotSupportedException
- All Implemented Interfaces:
Serializable
Indicates that the
Lifecycle
doesn't support restart.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorDescriptionRestartNotSupportedException
(String reason) RestartNotSupportedException
(String reason, 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
-
RestartNotSupportedException
-
RestartNotSupportedException
-