Class com.ibm.commerce.exception. ExceptionHandler

Changed Methods
void  displayJspException (HttpServletRequest, HttpServletResponse, Exception) 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, Exception) 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.