Package | Description |
---|---|
org.glassfish.hk2.api | |
org.glassfish.hk2.configuration.hub.api | |
org.glassfish.hk2.runlevel | |
org.jvnet.hk2.config | |
org.jvnet.hk2.config.provider |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
ConfigPopulatorException
Indicates a problem during population on config beans.
|
class |
ConfigurationException
Indicates a problem in the configuration value.
|
class |
TranslationException
Indicates a failure in
Translator.translate(String) . |
static class |
WorkManager.ExecutionException |
Modifier and Type | Class and Description |
---|---|
class |
ConfigTransactionException
A generic Transaction failure.
|
class |
ConfigTransactionRejectedException
Thrown by
ConfiguredBy services that signifies that
the service rejected the configuration and the transaction
was automatically rolled back. |
Copyright © 2009–2016 Oracle Corporation. All rights reserved.