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 TypeClassDescriptionclass
This exception is thrown when an idempotent filter of a DynamicConfiguration object matches an existing descriptor in the ServiceLocatorclass
This exception can contain multiple other exceptions.class
This exception will be found in aMultiException
when 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 TypeClassDescriptionclass
All exceptions fromBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionclass
All exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionclass
All 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 TypeClassDescriptionclass
Exception related to the operations of theRunLevelController
.