|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.servlet.jsp
|
|||||||||||||||
| Constructor Summary | |
|---|---|
SkipPageException()
Creates a SkipPageException with no message. |
|
SkipPageException(String message)
Creates a SkipPageException with the provided message. |
|
SkipPageException(String message,
Throwable rootCause)
Creates a SkipPageException with the provided message and root cause. |
|
SkipPageException(Throwable rootCause)
Creates a SkipPageException with the provided root cause. |
|
| 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SkipPageException()
public SkipPageException(String message)
message - the detail messagepublic SkipPageException(String message, Throwable rootCause)
message - the detail messagerootCause - the originating cause of this exceptionpublic SkipPageException(Throwable rootCause)
rootCause - the originating cause of this exception