Class TransactionInDoubtException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionInDoubtException

        public TransactionInDoubtException()
      • TransactionInDoubtException

        public TransactionInDoubtException​(java.lang.String message)
      • TransactionInDoubtException

        public TransactionInDoubtException​(java.lang.Throwable cause)
      • TransactionInDoubtException

        public TransactionInDoubtException​(java.lang.String message,
                                           java.lang.Throwable cause)