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 class
DuplicateServiceException
This exception is thrown when an idempotent filter of a DynamicConfiguration object matches an existing descriptor in the ServiceLocatorclass
MultiException
This exception can contain multiple other exceptions.class
UnsatisfiedDependencyException
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.api Modifier and Type Class Description class
CommitFailedException
All exceptions fromBeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionclass
PrepareFailedException
All exceptions fromBeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exceptionclass
RollbackFailedException
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.runlevel Modifier and Type Class Description class
RunLevelException
Exception related to the operations of theRunLevelController
.
-