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:
  • Field Details

    • exception

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

    • HudsonFailedToLoad

      public HudsonFailedToLoad(Throwable exception)