Uses of Class
org.glassfish.hk2.ComponentException

Packages that use ComponentException
org.glassfish.hk2   
org.jvnet.hk2.component   
org.jvnet.hk2.component.concurrent   
org.jvnet.hk2.config   
org.jvnet.hk2.config.provider   
 

Uses of ComponentException in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that throw ComponentException
 T Factory.get()
          Deprecated. The system calls this method to obtain a reference to the component/service.
 T Provider.get()
          Deprecated. The system calls this method to obtain a reference to the component/service.
 

Uses of ComponentException in org.jvnet.hk2.component
 

Subclasses of ComponentException in org.jvnet.hk2.component
 class ComponentException
          Deprecated. 
 class UnsatisfiedDependencyException
          Deprecated. 
 

Uses of ComponentException in org.jvnet.hk2.component.concurrent
 

Subclasses of ComponentException in org.jvnet.hk2.component.concurrent
static class WorkManager.ExecutionException
          Deprecated.  
 

Uses of ComponentException in org.jvnet.hk2.config
 

Subclasses of ComponentException in org.jvnet.hk2.config
 class ConfigPopulatorException
          Indicates a problem during population on config beans.
 class ConfigurationException
          Indicates a problem in the configuration value.
 class TranslationException
          Indicates a failure in Translator.translate(String).
 

Uses of ComponentException in org.jvnet.hk2.config.provider
 

Subclasses of ComponentException in org.jvnet.hk2.config.provider
 class ConfigTransactionException
          A generic Transaction failure.
 class ConfigTransactionRejectedException
          Thrown by ConfiguredBy services that signifies that the service rejected the configuration and the transaction was automatically rolled back.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.