com.sun.faces.spi
public class InjectionProviderException extends java.lang.Exception
InjectionProvider
.Constructor and Description |
---|
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. |
public InjectionProviderException(java.lang.Throwable cause)
InjectionProviderException
with
the root cause of the error.cause
- the root causepublic 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 causeCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.