Package org.int4.dirk.api.instantiation
Class UnsatisfiedResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.instantiation.InjectionException
-
- org.int4.dirk.api.instantiation.UnsatisfiedResolutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiedResolutionException extends InjectionException
Thrown when no matching instance was available or could be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiedResolutionException(java.lang.String message)Constructs a new instance.
-