Package hudson.util
Class HudsonFailedToLoad
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.util.ErrorObject
-
- hudson.util.BootFailure
-
- hudson.util.HudsonFailedToLoad
-
- All Implemented Interfaces:
Serializable
public class HudsonFailedToLoad extends BootFailure
Model object used to display the generic error when Jenkins start up fails fatally during initialization.index.jelly
would display a nice friendly error page.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HudsonFailedToLoad(Throwable exception)
-
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
-
-
-
-
Field Detail
-
exception
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Deprecated public final Throwable exception
Deprecated.
-
-
Constructor Detail
-
HudsonFailedToLoad
public HudsonFailedToLoad(Throwable exception)
-
-