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:
    Serialized Form
    • Constructor Detail

      • TransactionInDoubtException

        public TransactionInDoubtException()
      • TransactionInDoubtException

        public TransactionInDoubtException​(String message)
      • TransactionInDoubtException

        public TransactionInDoubtException​(Throwable cause)
      • TransactionInDoubtException

        public TransactionInDoubtException​(String message,
                                           Throwable cause)