Package hudson.util
Class IncompatibleVMDetected
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.util.ErrorObject
-
- hudson.util.BootFailure
-
- hudson.util.IncompatibleVMDetected
-
- All Implemented Interfaces:
Serializable
public class IncompatibleVMDetected extends BootFailure
Model object used to display the error top page if we find out that XStream is running in pure-java mode.index.jelly
would display a nice friendly error page.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleVMDetected()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
getSystemProperties()
-
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
-
-
-
-
Method Detail
-
getSystemProperties
public Map getSystemProperties()
-
-