public class SkipPageException extends JspException
SimpleTag.doTag()
,
JspFragment.invoke(java.io.Writer)
,
Tag.doEndTag()
,
Serialized FormConstructor and Description |
---|
SkipPageException()
Creates a SkipPageException with no message.
|
SkipPageException(java.lang.String message)
Creates a SkipPageException with the provided message.
|
SkipPageException(java.lang.String message,
java.lang.Throwable rootCause)
Creates a SkipPageException with the provided message and root cause.
|
SkipPageException(java.lang.Throwable rootCause)
Creates a SkipPageException with the provided root cause.
|
getRootCause
public SkipPageException()
public SkipPageException(java.lang.String message)
message
- the detail messagepublic SkipPageException(java.lang.String message, java.lang.Throwable rootCause)
message
- the detail messagerootCause
- the originating cause of this exceptionpublic SkipPageException(java.lang.Throwable rootCause)
rootCause
- the originating cause of this exception