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 TypeClassDescriptionclassARetryExceptionthrown when the blocking operation on aTxnusing the retry has been interrupted.classARetryExceptionthrown when aStmUtils.retry()orTxn.retry()is done while theTxndoesn't allow blocking transactions.classARetryExceptionthrow when aStmUtils.retry()orTxn.retry()done on aTxnwithout the possibility of progress, for example when the readset of a transaction is empty.classARetryExceptionthrown when a transaction times out while it blocks on a retry (so waits for an update).classARetryExceptionthrown when aTxnis retried too many times.