javax.servlet.jsp
public class SkipPageException extends JspException
Since: 2.0
See Also: SimpleTag JspFragment Tag
| 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.
| |
Parameters: message the detail message
Parameters: message the detail message rootCause the originating cause of this exception
Parameters: rootCause the originating cause of this exception