Class InjectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InjectionServiceProviderException

public class InjectionException extends RuntimeException
A general exception indicating that something failed related to Injection.
See Also:
  • Constructor Details

    • InjectionException

      public InjectionException(String msg)
      A general purpose exception from the Injection Framework.
      Parameters:
      msg - the message
    • InjectionException

      public InjectionException(String msg, Throwable cause)
      A general purpose exception from the Injection framework.
      Parameters:
      msg - the message
      cause - the root cause