Package org.jvnet.hk2.config.provider
Class ConfigTransactionRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
org.jvnet.hk2.config.provider.ConfigTransactionException
org.jvnet.hk2.config.provider.ConfigTransactionRejectedException
- All Implemented Interfaces:
Serializable
Thrown by
ConfiguredBy services that signifies that
the service rejected the configuration and the transaction
was automatically rolled back.- Author:
- Jeff Trent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigTransactionRejectedException(String message) ConfigTransactionRejectedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigTransactionRejectedException
-
ConfigTransactionRejectedException
-