com.gemstone.gemfire.cache
Class TransactionDataRebalancedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.TransactionException
com.gemstone.gemfire.cache.TransactionDataRebalancedException
- All Implemented Interfaces:
- Serializable
public class TransactionDataRebalancedException
- extends TransactionException
Thrown when a RebalanceOperation
occurs concurrently with a transaction.
This can be thrown while doing transactional operations or during commit.
This exception only occurs when a transaction
involves partitioned regions.
- Since:
- 6.6
- See Also:
- Serialized Form
TransactionDataRebalancedException
public TransactionDataRebalancedException(String s)
Copyright © 1997-2012 VMware, Inc. All rights reserved.