public class ErrorCodeServlet extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ErrorCodeServlet(int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic ErrorCodeServlet(int code, String message)
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.