org.jvnet.hk2.config.provider
Class ConfigTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.hk2.ComponentException
org.jvnet.hk2.component.ComponentException
org.jvnet.hk2.config.provider.ConfigTransactionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigTransactionRejectedException
public class ConfigTransactionException
- extends ComponentException
A generic Transaction failure.
- Author:
- Jeff Trent
- See Also:
ConfigTransactionRejectedException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigTransactionException
public ConfigTransactionException(String message)
ConfigTransactionException
public ConfigTransactionException(String message,
Throwable cause)
Copyright © 2013 Oracle Corporation. All Rights Reserved.