| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjava.lang.Throwablejava.lang.Exceptionjavax.servlet.jsp.JspExceptionjavax.servlet.jsp.SkipPageExceptionpublic class SkipPageExceptionextends JspExceptionConstructor Summary | |
| |
| |
| |
| |
Method Summary |
Methods inherited from class javax.servlet.jsp.JspException | |
getRootCause | |
Methods inherited from class java.lang.Throwable | |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | |
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public SkipPageException(String msg, Throwable rootCause)
Create a JspException with a message and a root cause.
- Parameters:
msg- the exception messagerootCause- the underlying exception.
- Since:
- JSP 1.2
public SkipPageException(Throwable rootCause)
Create a JspException with a root cause.
- Parameters:
rootCause- the underlying exception.
- Since:
- JSP 1.2