Class StaleTransactionException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
TransactionTimeoutException

public class StaleTransactionException extends KVTransactionException
Thrown when an operation is attempted on a KVTransaction that is no longer usable.
See Also: