org.jvnet.hk2.config.provider
Class ConfigTransactionRejectedException
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
org.jvnet.hk2.config.provider.ConfigTransactionRejectedException
- All Implemented Interfaces:
- Serializable
public class ConfigTransactionRejectedException
- extends ConfigTransactionException
Thrown by ConfiguredBy
services that signifies that
the service rejected the configuration and the transaction
was automatically rolled back.
- Author:
- Jeff Trent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigTransactionRejectedException
public ConfigTransactionRejectedException(String message)
ConfigTransactionRejectedException
public ConfigTransactionRejectedException(String message,
Throwable cause)
Copyright © 2013 Oracle Corporation. All Rights Reserved.