Uses of Class
org.multiverse.api.exceptions.IllegalTxnStateException
Packages that use IllegalTxnStateException
-
Uses of IllegalTxnStateException in org.multiverse.api.exceptions
Subclasses of IllegalTxnStateException in org.multiverse.api.exceptionsModifier and TypeClassDescriptionclass
AnIllegalTxnStateException
thrown when aTxn
is configured as abort only and a prepare/commit is executed.class
AnIllegalTxnStateException
thrown when an action is executed on aTxn
that is either committed or aborted.class
AnIllegalTxnStateException
thrown when an operation is executed on aTxn
while the transaction is prepared.class
AnIllegalTxnStateException
thrown when a write action is executed using a readonlyTxn
. -
Uses of IllegalTxnStateException in org.multiverse.stms.gamma.transactions
Methods in org.multiverse.stms.gamma.transactions that return IllegalTxnStateExceptionModifier and TypeMethodDescriptionfinal IllegalTxnStateException
GammaTxn.abortCommitOnBadStatus()
GammaTxn.abortCommuteOnBadStatus
(GammaObject object, Function function) GammaTxn.abortEnsureOnBadStatus
(BaseGammaTxnRef o) final IllegalTxnStateException
GammaTxn.abortLocateOnBadStatus
(GammaObject object) final IllegalTxnStateException
GammaTxn.abortOpenForConstructionOnBadStatus
(GammaObject o) final IllegalTxnStateException
GammaTxn.abortOpenForReadOnBadStatus
(GammaObject object) GammaTxn.abortOpenForReadOnNullLockMode
(BaseGammaTxnRef object) final IllegalTxnStateException
GammaTxn.abortPrepareOnBadStatus()
private IllegalTxnStateException
GammaTxn.abortRegisterOnBadStatus()
final IllegalTxnStateException
GammaTxn.abortRetryOnBadStatus()
final IllegalTxnStateException
GammaTxn.abortRetryOnNoRetryPossible()