Uses of Class
org.multiverse.api.exceptions.RetryException
Packages that use RetryException
-
Uses of RetryException in org.multiverse.api.exceptions
Subclasses of RetryException in org.multiverse.api.exceptionsModifier and TypeClassDescriptionclass
ARetryException
thrown when the blocking operation on aTxn
using the retry has been interrupted.class
ARetryException
thrown when aStmUtils.retry()
orTxn.retry()
is done while theTxn
doesn't allow blocking transactions.class
ARetryException
throw when aStmUtils.retry()
orTxn.retry()
done on aTxn
without the possibility of progress, for example when the readset of a transaction is empty.class
ARetryException
thrown when a transaction times out while it blocks on a retry (so waits for an update).class
ARetryException
thrown when aTxn
is retried too many times.