java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.inject.api.InjectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InjectionServiceProviderException
A general exception indicating that something failed related to Injection.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectionException
(String msg) A general purpose exception from the Injection Framework.InjectionException
(String msg, Throwable cause) A general purpose exception from the Injection framework. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InjectionException
A general purpose exception from the Injection Framework.- Parameters:
msg
- the message
-
InjectionException
A general purpose exception from the Injection framework.- Parameters:
msg
- the messagecause
- the root cause
-