Gemfire JavaDocs
Package org.apache.geode.cache
Class TransactionDataRebalancedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.cache.CacheException
-
- org.apache.geode.cache.TransactionException
-
- org.apache.geode.cache.TransactionDataRebalancedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TransactionDataRebalancedException extends TransactionException
Thrown when aRebalanceOperation
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:
- GemFire 6.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionDataRebalancedException(java.lang.String s)
TransactionDataRebalancedException(java.lang.String message, java.lang.Throwable cause)
TransactionDataRebalancedException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.cache.CacheException
toString
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
TransactionDataRebalancedException
public TransactionDataRebalancedException(java.lang.String s)
-
TransactionDataRebalancedException
public TransactionDataRebalancedException(java.lang.Throwable cause)
-
TransactionDataRebalancedException
public TransactionDataRebalancedException(java.lang.String message, java.lang.Throwable cause)
-
-