java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
com.sun.faces.config.ConfigurationException
- All Implemented Interfaces:
 Serializable
This represents any configuration processing problems that could occur.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) ConfigurationException(String message, Throwable t)  - 
Method Summary
Methods inherited from class jakarta.faces.FacesException
getCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConfigurationException
public ConfigurationException() - 
ConfigurationException
 - 
ConfigurationException
 - 
ConfigurationException
 
 -