Package | Description |
---|---|
org.multiverse.api.exceptions | |
org.multiverse.stms.gamma.transactions |
Modifier and Type | Class and Description |
---|---|
class |
AbortOnlyException
An
IllegalTxnStateException thrown when a Txn is configured
as abort only and a prepare/commit is executed. |
class |
DeadTxnException
An
IllegalTxnStateException thrown when an action is executed on a
Txn that is either committed or aborted. |
class |
PreparedTxnException
An
IllegalTxnStateException thrown when an operation is executed on a
Txn while the transaction is prepared. |
class |
ReadonlyException
An
IllegalTxnStateException thrown when a write action is executed using
a readonly Txn . |
Modifier and Type | Method and Description |
---|---|
IllegalTxnStateException |
GammaTxn.abortCommitOnBadStatus() |
IllegalTxnStateException |
GammaTxn.abortCommuteOnBadStatus(GammaObject object,
Function function) |
IllegalTxnStateException |
GammaTxn.abortEnsureOnBadStatus(BaseGammaTxnRef o) |
IllegalTxnStateException |
GammaTxn.abortLocateOnBadStatus(GammaObject object) |
IllegalTxnStateException |
GammaTxn.abortOpenForConstructionOnBadStatus(GammaObject o) |
IllegalTxnStateException |
GammaTxn.abortOpenForReadOnBadStatus(GammaObject object) |
IllegalTxnStateException |
GammaTxn.abortOpenForReadOnNullLockMode(BaseGammaTxnRef object) |
IllegalTxnStateException |
GammaTxn.abortPrepareOnBadStatus() |
IllegalTxnStateException |
GammaTxn.abortRetryOnBadStatus() |
IllegalTxnStateException |
GammaTxn.abortRetryOnNoRetryPossible() |
Copyright © 2020. All rights reserved.