Package org.jvnet.hk2.config.provider
Class ConfigTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.api.HK2RuntimeException
org.jvnet.hk2.config.provider.ConfigTransactionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigTransactionRejectedException
public class ConfigTransactionException
extends org.glassfish.hk2.api.HK2RuntimeException
A generic Transaction failure.
- Author:
- Jeff Trent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigTransactionException(String message) ConfigTransactionException(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
-
ConfigTransactionException
-
ConfigTransactionException
-