Class TransactionDataNodeHasDepartedException

  • All Implemented Interfaces:
    Serializable

    public class TransactionDataNodeHasDepartedException
    extends TransactionException
    Thrown when the transactional data host has shutdown or no longer has the data being modified by the transaction. This can be thrown while doing transactional operations or during commit.

    This exception only occurs when a transaction is hosted on a member that is not the initiator of the transaction.

    Since:
    GemFire 6.5
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionDataNodeHasDepartedException

        public TransactionDataNodeHasDepartedException​(String s)
      • TransactionDataNodeHasDepartedException

        public TransactionDataNodeHasDepartedException​(Throwable e)