Package | Description |
---|---|
org.multiverse.api.exceptions |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2020. All rights reserved.