public class SkipPageException extends JspException
SimpleTag.doTag(), 
JspFragment.invoke(java.io.Writer), 
Tag.doEndTag(), 
Serialized Form| Constructor 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. | 
getRootCausepublic 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 exceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.