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
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)
RemoteTransactionException
public RemoteTransactionException(Exception e)
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.