Tuesday, December 04, 2007

Exception Details in the Request Map

WebSphereAS automatically adds the details of thrown Exceptions into the Request Map. Details of this Exception can be obtained as follows:
getRequestMap().get("javax.servlet.error.exception");
getRequestMap().get("javax.servlet.error.request_uri");

No comments: