com.gemstone.gemfire.cache
Class TransactionException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CommitConflictException, CommitDistributionException, CommitIncompleteException, RemoteTransactionException, TransactionDataNodeHasDepartedException, TransactionDataNotColocatedException, TransactionDataRebalancedException, TransactionInDoubtException
public class TransactionException
- extends CacheException
This is the superclass for all Exceptions that may be thrown
by a GemFire transaction.
- Since:
- 6.5
- See Also:
- Serialized Form
TransactionException
public TransactionException()
TransactionException
public TransactionException(String message)
TransactionException
public TransactionException(Throwable cause)
TransactionException
public TransactionException(String message,
Throwable cause)
Copyright © 1997-2012 VMware, Inc. All rights reserved.