com.gemstone.gemfire.cache
Class TransactionInDoubtException
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.TransactionInDoubtException
- All Implemented Interfaces:
- 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:
- 6.5
- See Also:
- Serialized Form
TransactionInDoubtException
public TransactionInDoubtException()
TransactionInDoubtException
public TransactionInDoubtException(String message)
TransactionInDoubtException
public TransactionInDoubtException(Throwable cause)
TransactionInDoubtException
public TransactionInDoubtException(String message,
Throwable cause)
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.