com.sun.faces.spi
Class InjectionProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.faces.spi.InjectionProviderException
All Implemented Interfaces:
java.io.Serializable

public class InjectionProviderException
extends java.lang.Exception

Wraps any exception thrown by an implementation of InjectionProvider.

See Also:
Serialized Form

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

InjectionProviderException

public InjectionProviderException(java.lang.Throwable cause)
Creates a new InjectionProviderException with the root cause of the error.

Parameters:
cause - the root cause

InjectionProviderException

public InjectionProviderException(java.lang.String message,
                                  java.lang.Throwable cause)
Creates a new InjectionProviderException with a descriptive message and the root cause of the error.

Parameters:
message - descriptive message
cause - the root cause


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.