java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SkipPageException, JspTagException
| Constructor: |
|---|
|
|
JSPException with the specified cause.
The cause is saved for later retrieval by the
java.lang.Throwable.getCause() and #getRootCause()
methods.
|
JSPException with the specified detail
message and cause. The cause is saved for later retrieval by the
java.lang.Throwable.getCause() and #getRootCause()
methods.
|
| Method from javax.servlet.jsp.JspException Summary: |
|---|
| getRootCause |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| equals, finalize, getClass, hashCode, toString |
| Method from javax.servlet.jsp.JspException Detail: |
|---|
Deprecated! As - of JSP 2.1, replaced by
java.lang.Throwable.getCause()
Returns the exception that caused this JSP exception. |