org.apache.maven.wagon.tck.http.fixture
Class ServletExceptionServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.maven.wagon.tck.http.fixture.ServletExceptionServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ServletExceptionServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
ServletExceptionServlet(String message)
           
 
Method Summary
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletExceptionServlet

public ServletExceptionServlet(String message)
Method Detail

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.