Class InjectionProviderException

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

public class InjectionProviderException extends Exception
Wraps any exception thrown by an implementation of InjectionProvider.
See Also:
  • Constructor Details

    • InjectionProviderException

      public InjectionProviderException(Throwable cause)
      Creates a new InjectionProviderException with the root cause of the error.
      Parameters:
      cause - the root cause
    • InjectionProviderException

      public InjectionProviderException(String message, 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