Package hudson.util
Class JenkinsReloadFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.util.ErrorObject
-
- hudson.util.BootFailure
-
- hudson.util.JenkinsReloadFailed
-
- All Implemented Interfaces:
Serializable
public class JenkinsReloadFailed extends BootFailure
Indicates that Jenkins is interrupted during reload.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JenkinsReloadFailed(Throwable cause)
-
Method Summary
-
Methods inherited from class hudson.util.BootFailure
getBootFailureFile, loadAttempts, publish
-
Methods inherited from class hudson.util.ErrorObject
doDynamic, getStackTraceString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-