Uses of Class
org.glassfish.hk2.api.HK2RuntimeException
-
Packages that use HK2RuntimeException Package Description org.glassfish.hk2.api org.glassfish.hk2.configuration.hub.api org.glassfish.hk2.runlevel -
-
Uses of HK2RuntimeException in org.glassfish.hk2.api
Subclasses of HK2RuntimeException in org.glassfish.hk2.api Modifier and Type Class Description classDuplicateServiceExceptionThis exception is thrown when an idempotent filter of a DynamicConfiguration object matches an existing descriptor in the ServiceLocatorclassMultiExceptionThis exception can contain multiple other exceptions.classUnsatisfiedDependencyExceptionThis 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.api Modifier and Type Class Description classCommitFailedExceptionAll exceptions fromBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)are wrapped in this exceptionclassPrepareFailedExceptionAll exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)are wrapped in this exceptionclassRollbackFailedExceptionAll 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.runlevel Modifier and Type Class Description classRunLevelExceptionException related to the operations of theRunLevelController.
-