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(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.
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.