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
@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 Summary
ConstructorsConstructorDescriptionInjectionException(String msg) Deprecated, for removal: This API element is subject to removal in a future version.A general purpose exception from the Injection Framework.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. -
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
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
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 messagecause- the root cause
-