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
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:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class hudson.util.BootFailuregetBootFailureFile, loadAttempts, publishMethods inherited from class hudson.util.ErrorObjectdoDynamic, getStackTraceStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
exception@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Deprecated public final Throwable exceptionDeprecated.
 
- 
- 
Constructor Details- 
HudsonFailedToLoad
 
-