com.gemstone.gemfire.cache
Class TransactionDataNodeHasDepartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.TransactionException
com.gemstone.gemfire.cache.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:
- 6.5
- See Also:
- Serialized Form
TransactionDataNodeHasDepartedException
public TransactionDataNodeHasDepartedException(String s)
TransactionDataNodeHasDepartedException
public TransactionDataNodeHasDepartedException(Throwable e)
Copyright © 1997-2012 VMware, Inc. All rights reserved.