Package hudson.util

Class 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
    • Field Detail

      • exception

        @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
        @Deprecated
        public final Throwable exception
        Deprecated.
    • Constructor Detail

      • HudsonFailedToLoad

        public HudsonFailedToLoad​(Throwable exception)