Class InjectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InjectionServiceProviderException

@Deprecated(forRemoval=true, since="4.0.8") public class InjectionException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
A general exception indicating that something failed related to Injection.
See Also:
  • Constructor Details

    • InjectionException

      public InjectionException(String msg)
      Deprecated, for removal: This API element is subject to removal in a future version.
      A general purpose exception from the Injection Framework.
      Parameters:
      msg - the message
    • InjectionException

      public InjectionException(String msg, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      A general purpose exception from the Injection framework.
      Parameters:
      msg - the message
      cause - the root cause