java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.event.AbortProcessingException
All Implemented Interfaces:
Serializable
An exception that may be thrown by event listeners to terminate the processing of the current event.
Fields inherited from java.lang.RuntimeException: |
---|
serialVersionUID |
Fields inherited from java.lang.Exception: |
---|
serialVersionUID |
Constructor: |
---|
Construct a new exception with no detail message or root cause. |
Construct a new exception with the specified detail message and no root cause.
|
Construct a new exception with the specified root cause.
|
Construct a new exception with the specified detail message and root cause.
|
Methods from javax.faces.FacesException: |
---|
getCause |
Methods from java.lang.Throwable: |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |