Class InjectionProviderException

  • All Implemented Interfaces:
    Serializable

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

      • 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