Package org.int4.dirk.api.instantiation
Class InjectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.instantiation.InjectionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CreationException,ResolutionException,UnsatisfiedResolutionException
public abstract class InjectionException extends java.lang.RuntimeExceptionBase class for exceptions that can be thrown during injection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InjectionException(java.lang.String message)Constructs a new instance.InjectionException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.
-
-
-
Constructor Detail
-
InjectionException
public InjectionException(java.lang.String message, java.lang.Throwable cause)Constructs a new instance.- Parameters:
message- a message, can benullcause- aThrowablecause, can benull
-
InjectionException
public InjectionException(java.lang.String message)
Constructs a new instance.- Parameters:
message- a message, can benull
-
-