|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.faces.spi.InjectionProviderException
public class InjectionProviderException
Wraps any exception thrown by an implementation
of InjectionProvider.
| Constructor Summary | |
|---|---|
InjectionProviderException(java.lang.String message,
java.lang.Throwable cause)
Creates a new InjectionProviderException with
a descriptive message and the root cause of the error. |
|
InjectionProviderException(java.lang.Throwable cause)
Creates a new InjectionProviderException with
the root cause of the error. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InjectionProviderException(java.lang.Throwable cause)
InjectionProviderException with
the root cause of the error.
cause - the root cause
public InjectionProviderException(java.lang.String message,
java.lang.Throwable cause)
InjectionProviderException with
a descriptive message and the root cause of the error.
message - descriptive messagecause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||