org.jvnet.hk2.config.provider
Class ConfigTransactionRejectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.glassfish.hk2.ComponentException
                  extended by org.jvnet.hk2.component.ComponentException
                      extended by org.jvnet.hk2.config.provider.ConfigTransactionException
                          extended by 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

Constructor Summary
ConfigTransactionRejectedException(String message)
           
ConfigTransactionRejectedException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.jvnet.hk2.component.ComponentException
getFailureContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigTransactionRejectedException

public ConfigTransactionRejectedException(String message)

ConfigTransactionRejectedException

public ConfigTransactionRejectedException(String message,
                                          Throwable cause)


Copyright © 2013 Oracle Corporation. All Rights Reserved.