|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteConflict | |
|---|---|
| org.multiverse.api.exceptions | Contains the most important exceptions. |
| Uses of WriteConflict in org.multiverse.api.exceptions |
|---|
| Subclasses of WriteConflict in org.multiverse.api.exceptions | |
|---|---|
class |
LockNotFreeWriteConflict
A WriteConflict that indicates that the locks could not be acquired while doing a
Transaction.commit(). |
class |
OptimisticLockFailedWriteConflict
A WriteConflict that indicates that the version of the transactional object
you want to update already was updated by another transaction. |
class |
WriteSkewConflict
A WriteConflict that is thrown when a writeskew is detected and the transaction is
not allowed to commit and therefore aborted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||