Uses of Class
org.multiverse.api.exceptions.RetryException
-
Packages that use RetryException Package Description org.multiverse.api.exceptions -
-
Uses of RetryException in org.multiverse.api.exceptions
Subclasses of RetryException in org.multiverse.api.exceptions Modifier and Type Class Description classRetryInterruptedExceptionARetryExceptionthrown when the blocking operation on aTxnusing the retry has been interrupted.classRetryNotAllowedExceptionARetryExceptionthrown when aStmUtils.retry()orTxn.retry()is done while theTxndoesn't allow blocking transactions.classRetryNotPossibleExceptionARetryExceptionthrow when aStmUtils.retry()orTxn.retry()done on aTxnwithout the possibility of progress, for example when the readset of a transaction is empty.classRetryTimeoutExceptionARetryExceptionthrown when a transaction times out while it blocks on a retry (so waits for an update).classTooManyRetriesExceptionARetryExceptionthrown when aTxnis retried too many times.
-