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 class
RetryInterruptedException
ARetryException
thrown when the blocking operation on aTxn
using the retry has been interrupted.class
RetryNotAllowedException
ARetryException
thrown when aStmUtils.retry()
orTxn.retry()
is done while theTxn
doesn't allow blocking transactions.class
RetryNotPossibleException
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
RetryTimeoutException
ARetryException
thrown when a transaction times out while it blocks on a retry (so waits for an update).class
TooManyRetriesException
ARetryException
thrown when aTxn
is retried too many times.
-