|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecoverableThrowable | |
|---|---|
| org.multiverse.api.exceptions | Contains the most important exceptions. |
| Uses of RecoverableThrowable in org.multiverse.api.exceptions |
|---|
| Classes in org.multiverse.api.exceptions that implement RecoverableThrowable | |
|---|---|
class |
CommitFailureException
A RuntimeException that indicates a failure while doing a Transaction.commit(). |
class |
FailedToObtainCommitLocksException
A CommitFailureException that indicates that the locks could not be acquired while doing a Transaction.commit(). |
class |
LoadLockedException
A LoadException that indicates that a load failed because the item was locked. |
class |
LoadTooOldVersionException
A LoadException that indicates that a load was done, but the version needed could not be found because it is
too old (and doesn't exist anymore). |
class |
LoadUncommittedException
An IllegalStateException that is thrown when an object is loaded but has not been committed yet. |
class |
WriteConflictException
A CommitFailureException that indicates that a write conflict happened while doing a Transaction.commit(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||