Package hudson.util
Class IncompatibleServletVersionDetected
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- hudson.util.ErrorObject
-
- hudson.util.BootFailure
-
- hudson.util.IncompatibleServletVersionDetected
-
- All Implemented Interfaces:
Serializable
public class IncompatibleServletVersionDetected extends BootFailure
Model object used to display the error top page if we find out that the container doesn't support servlet 2.4.index.jelly
would display a nice friendly error page.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleServletVersionDetected(Class servletClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getWhereServletIsLoaded()
-
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
-
-
-
-
Constructor Detail
-
IncompatibleServletVersionDetected
public IncompatibleServletVersionDetected(Class servletClass)
-
-
Method Detail
-
getWhereServletIsLoaded
public URL getWhereServletIsLoaded() throws IOException
- Throws:
IOException
-
-