|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RetryException | |
|---|---|
| org.multiverse.api.exceptions | |
| Uses of RetryException in org.multiverse.api.exceptions |
|---|
| Subclasses of RetryException in org.multiverse.api.exceptions | |
|---|---|
class |
RetryInterruptedException
A RetryException thrown when the blocking operation on a Txn
using the retry has been interrupted. |
class |
RetryNotAllowedException
A RetryException thrown when a StmUtils.retry() or Txn.retry()
is done while the Txn doesn't allow blocking transactions. |
class |
RetryNotPossibleException
A RetryException throw when a StmUtils.retry() or Txn.retry()
done on a Txn without the possibility of progress, for example when the readset of a transaction
is empty. |
class |
RetryTimeoutException
A RetryException thrown when a transaction times out while it blocks on a retry (so waits for an update). |
class |
TooManyRetriesException
A RetryException thrown when a Txn is retried too many times. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||