Package org.incendo.cloud.exception
Class InjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.incendo.cloud.exception.InjectionException
- All Implemented Interfaces:
Serializable
Exception thrown when an
InjectionService fails exceptionally.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInjectionException(@NonNull String message, @NonNull Throwable cause) Creates a new injection exception. -
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
Creates a new injection exception.- Parameters:
message- message describing the exceptioncause- cause of the exception
-