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

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:
  • Constructor Details

    • ConfigTransactionRejectedException

      public ConfigTransactionRejectedException(String message)
    • ConfigTransactionRejectedException

      public ConfigTransactionRejectedException(String message, Throwable cause)