Uses of Class
org.glassfish.hk2.api.HK2RuntimeException
Packages that use HK2RuntimeException
Package
Description
-
Uses of HK2RuntimeException in org.glassfish.hk2.api
Subclasses of HK2RuntimeException in org.glassfish.hk2.apiModifier and TypeClassDescriptionclassThis exception is thrown when an idempotent filter of a DynamicConfiguration object matches an existing descriptor in the ServiceLocatorclassThis exception can contain multiple other exceptions.classThis exception will be found in aMultiExceptionwhen a class has a dependency that should be satisfied but cannot be. -
Uses of HK2RuntimeException in org.glassfish.hk2.configuration.hub.api
Subclasses of HK2RuntimeException in org.glassfish.hk2.configuration.hub.apiModifier and TypeClassDescriptionclassAll exceptions fromBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)are wrapped in this exceptionclassAll exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)are wrapped in this exceptionclassAll exceptions fromBeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)are wrapped in this exception -
Uses of HK2RuntimeException in org.glassfish.hk2.runlevel
Subclasses of HK2RuntimeException in org.glassfish.hk2.runlevelModifier and TypeClassDescriptionclassException related to the operations of theRunLevelController.