hudson.util
Class HudsonFailedToLoad
java.lang.Object
hudson.util.ErrorObject
hudson.util.HudsonFailedToLoad
- Direct Known Subclasses:
- JNADoublyLoaded
public class HudsonFailedToLoad
- extends ErrorObject
Model object used to display the generic error when Hudson start up fails fatally during initialization.
index.jelly would display a nice friendly error page.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
public final Throwable exception
HudsonFailedToLoad
public HudsonFailedToLoad(Throwable exception)
getStackTrace
public String getStackTrace()
Copyright © 2004-2013. All Rights Reserved.