Uses of Class
org.multiverse.api.exceptions.IllegalTxnStateException
-
Packages that use IllegalTxnStateException Package Description org.multiverse.api.exceptions org.multiverse.stms.gamma.transactions -
-
Uses of IllegalTxnStateException in org.multiverse.api.exceptions
Subclasses of IllegalTxnStateException in org.multiverse.api.exceptions Modifier and Type Class Description class
AbortOnlyException
AnIllegalTxnStateException
thrown when aTxn
is configured as abort only and a prepare/commit is executed.class
DeadTxnException
AnIllegalTxnStateException
thrown when an action is executed on aTxn
that is either committed or aborted.class
PreparedTxnException
AnIllegalTxnStateException
thrown when an operation is executed on aTxn
while the transaction is prepared.class
ReadonlyException
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 IllegalTxnStateException Modifier and Type Method 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()
-