@WebServlet(urlPatterns="/angularBridgeException")
@SessionScoped
public class ErrorServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
ErrorServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
service(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse response) |
void |
setException(Exception exception) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public void setException(@Observes Exception exception)
protected void service(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2015. All rights reserved.