Class TransactionInDoubtException

All Implemented Interfaces:
Serializable

public class TransactionInDoubtException extends TransactionException
This Exception is thrown in presence of node failures, when GemFire cannot know with certainty about the outcome of the transaction.
Since:
GemFire 6.5
See Also:
  • Constructor Details

    • TransactionInDoubtException

      public TransactionInDoubtException()
    • TransactionInDoubtException

      public TransactionInDoubtException(String message)
    • TransactionInDoubtException

      public TransactionInDoubtException(Throwable cause)
    • TransactionInDoubtException

      public TransactionInDoubtException(String message, Throwable cause)