%@ page isErrorPage="true" %>
UNEXPECTED SYSTEM ERROR |
Sorry! |
You have encountered an unexpected page generation error. PRINT the error and add any notes to indicate the actions leading up to this error. Then fax or email to Tech Support.To continue, either click the "Back" button on your browser, close the browser and restart at the beginning, or click the "Restart Session" button below. Generally, the best choice would be to restart the browser. Closing the browser will allow the connection to be restarted and will result in the best recovery. Sorry for the inconvenience! |
| Error Message is: <%= exception.getMessage() %> |
Stack Trace is : <%
java.io.CharArrayWriter cw = new java.io.CharArrayWriter();
java.io.PrintWriter pw = new java.io.PrintWriter(cw,true);
exception.printStackTrace(pw);
out.println(cw.toString());
ErrorId.sendAlert("Error from JSP page Generation",exception);
%> |
|
Copyright © 1995 - 2004 SonicSpider LLC |