Changed Methods | ||
void
displayJspException
(HttpServletRequest,
HttpServletResponse |
Change in signature from
(HttpServletRequest, HttpServletResponse, java.lang.Exception ) to
(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse, java.lang.Exception ).Change in exceptions thrown from ServletException to
ambiguousServletException . |
Forwards the exception to a GenericSystemError view task to display the associated generic system error JSP. |
CommandException
getRootCommandException
(CommandException ) |
Change in return type from
com.ibm.sfc.cmd.CommandException to
com.ibm.websphere.command.CommandException .Change in signature from com.ibm.sfc.cmd.CommandException to
com.ibm.websphere.command.CommandException . |
Gets the root exception from the CommandException. |
ErrorDataBean
handleJspException
(HttpServletRequest,
HttpServletResponse |
Change in signature from
(HttpServletRequest, HttpServletResponse, java.lang.Exception ) to
(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse, java.lang.Exception ). |
Handles the JSP exception and gets an error databean. |