| Package | Description |
|---|---|
| org.glassfish.hk2.api | |
| org.glassfish.hk2.configuration.hub.api | |
| org.glassfish.hk2.runlevel |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateServiceException
This exception is thrown when an idempotent filter of a
DynamicConfiguration object matches an existing descriptor
in the ServiceLocator
|
class |
MultiException
This exception can contain multiple other exceptions.
|
class |
UnsatisfiedDependencyException
This exception will be found in a
MultiException when a class
has a dependency that should be satisfied but cannot be. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitFailedException
All exceptions from
BeanDatabaseUpdateListener.commitDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception |
class |
PrepareFailedException
All exceptions from
BeanDatabaseUpdateListener.prepareDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception |
class |
RollbackFailedException
All exceptions from
BeanDatabaseUpdateListener.rollbackDatabaseChange(BeanDatabase, BeanDatabase, Object, java.util.List)
are wrapped in this exception |
| Modifier and Type | Class and Description |
|---|---|
class |
RunLevelException
Exception related to the operations of the
RunLevelController. |
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.