Package jakarta.faces
Class FacesException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.faces.FacesException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- AbortProcessingException,- ComponentNotFoundException,- ConverterException,- FaceletException,- ProtectedViewException,- UpdateModelException,- ValidatorException,- ViewExpiredException
 
 public class FacesException extends RuntimeException see Javadoc of Faces Specification- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesException()FacesException(String message)FacesException(String message, Throwable cause)FacesException(Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-