Package jakarta.faces

Class 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:
  • Constructor Details

    • FacesException

      public FacesException()
    • FacesException

      public FacesException(Throwable cause)
    • FacesException

      public FacesException(String message)
    • FacesException

      public FacesException(String message, Throwable cause)
  • Method Details