Uses of Class
javax.inject.ExecutionException

Packages that use ExecutionException
javax.context   
javax.event   
javax.inject   
 

Uses of ExecutionException in javax.context
 

Subclasses of ExecutionException in javax.context
 class ContextNotActiveException
          A ContextNotActiveException is thrown if at a particular point in the execution of the program the scope is inactive with respect to the current thread.
 

Uses of ExecutionException in javax.event
 

Subclasses of ExecutionException in javax.event
 class ObserverException
          Wraps any checked exceptions which occur during the notification of an observer
 

Uses of ExecutionException in javax.inject
 

Subclasses of ExecutionException in javax.inject
 class CreationException
          Wraps any checked exceptions which occur during creation of an bean
 class DuplicateBindingTypeException
          This exception is thrown whenever more than one binding type instance of the same type is used with the API.
 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
 



Copyright © 2008-2009. All Rights Reserved.