Uses of Class
javax.enterprise.inject.InjectionException

Packages that use InjectionException
javax.enterprise.inject   
 

Uses of InjectionException in javax.enterprise.inject
 

Subclasses of InjectionException in javax.enterprise.inject
 class AmbiguousResolutionException
          An AmbiguousDependencyException is thrown when within the set of enabled beans with the API type and bind- ing types declared there exists no unique Web Bean with a higher precedence than all other beans in the set.
 class CreationException
          Wraps any checked exceptions which occur during creation of an bean
 class IllegalProductException
          Thrown if a producer method returns a null value or a producer field contains a null value, and the scope of the method or field is not @Dependent
 class ResolutionException
          Thrown if resolution fails
 class UnproxyableResolutionException
          Thrown if a bean has normal scope and the type cannot be proxied by the container
 class UnsatisfiedResolutionException
          Thrown if no beans can be resolved
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.