com.gemstone.gemfire.cache
Class RemoteTransactionException
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.RemoteTransactionException
- All Implemented Interfaces:
- Serializable
Deprecated. as of 6.6 exceptions from a remote node are no longer wrapped in this exception. Instead of this, TransactionDataNodeHasDepartedException is thrown.
public class RemoteTransactionException
- extends TransactionException
Indicates that an unexpected runtime exception occurred
during a cache operation on the transactional data host.
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
RemoteTransactionException
public RemoteTransactionException(String s)
- Deprecated.
RemoteTransactionException
public RemoteTransactionException(Exception e)
- Deprecated.
Copyright © 1997-2012 VMware, Inc. All rights reserved.