Class TransactionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitConflictException, CommitDistributionException, CommitIncompleteException, 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:
GemFire 6.5
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException()
    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(Throwable cause)
    • TransactionException

      public TransactionException(String message, Throwable cause)