java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.faces.spi.InjectionProviderException
- All Implemented Interfaces:
 Serializable
Wraps any exception thrown by an implementation of 
InjectionProvider.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInjectionProviderException(String message, Throwable cause) Creates a newInjectionProviderExceptionwith a descriptive message and the root cause of the error.Creates a newInjectionProviderExceptionwith the root cause of the error. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InjectionProviderException
Creates a newInjectionProviderExceptionwith the root cause of the error.- Parameters:
 cause- the root cause
 - 
InjectionProviderException
 
 -