Class TooOldTransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.internal.lang.IgniteInternalException
org.gridgain.internal.recovery.TooOldTransactionException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class TooOldTransactionException extends org.apache.ignite.internal.lang.IgniteInternalException
Exception thrown by RecoveryTransactions when the read timestamp of an RO transaction is lower than the current LWM.
See Also: