Class UnsatisfiedDependencyException

All Implemented Interfaces:
Serializable, DependenciesAccessor, DependencyAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class UnsatisfiedDependencyException extends DependencyInstanciationException
The UnsatisfiedDependencyException is thrown in case for a required Dependency none matching Dependency candidates in the Reactor have been found (taking the profiles applied into account) for the constructors of the given Dependency.
See Also:
  • Constructor Details