public class AbortProcessingException extends FacesException
An exception that may be thrown by event listeners to terminate the processing of the current event.
Constructor and Description |
---|
AbortProcessingException()
Construct a new exception with no detail message or root cause.
|
AbortProcessingException(String message)
Construct a new exception with the specified detail message and
no root cause.
|
AbortProcessingException(String message,
Throwable cause)
Construct a new exception with the specified detail message and
root cause.
|
AbortProcessingException(Throwable cause)
Construct a new exception with the specified root cause.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AbortProcessingException()
Construct a new exception with no detail message or root cause.
public AbortProcessingException(String message)
Construct a new exception with the specified detail message and no root cause.
message
- The detail message for this exceptionpublic AbortProcessingException(Throwable cause)
Construct a new exception with the specified root cause.
cause
- The root cause for this exceptionCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.