Uses of Class
javax.enterprise.inject.ResolutionException

Packages that use ResolutionException
javax.enterprise.inject Java Dependency Injection annotations and exceptions. 
 

Uses of ResolutionException in javax.enterprise.inject
 

Subclasses of ResolutionException in javax.enterprise.inject
 class AmbiguousResolutionException
          When an injection Manager.getInstance call cannot return a unique bean, it throws this exception.
 class UnproxyableResolutionException
          When a bean cannot generate a proxy as required by the specification, the injection BeanManager will throw this exception.
 class UnsatisfiedResolutionException
          When no matching bean can be found for an injection point or a BeanManager.getReference, the BeanManager BeanManager will throw this exception.