hudson.util
Class IncompatibleServletVersionDetected

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by hudson.util.IncompatibleServletVersionDetected

public class IncompatibleServletVersionDetected
extends ErrorObject

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

Constructor Summary
IncompatibleServletVersionDetected(Class servletClass)
           
 
Method Summary
 URL getWhereServletIsLoaded()
           
 
Methods inherited from class hudson.util.ErrorObject
doDynamic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncompatibleServletVersionDetected

public IncompatibleServletVersionDetected(Class servletClass)
Method Detail

getWhereServletIsLoaded

public URL getWhereServletIsLoaded()
                            throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.