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 TypeClassDescriptionclassAnIllegalTxnStateExceptionthrown when aTxnis configured as abort only and a prepare/commit is executed.classAnIllegalTxnStateExceptionthrown when an action is executed on aTxnthat is either committed or aborted.classAnIllegalTxnStateExceptionthrown when an operation is executed on aTxnwhile the transaction is prepared.classAnIllegalTxnStateExceptionthrown 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 IllegalTxnStateExceptionGammaTxn.abortCommitOnBadStatus()GammaTxn.abortCommuteOnBadStatus(GammaObject object, Function function) GammaTxn.abortEnsureOnBadStatus(BaseGammaTxnRef o) final IllegalTxnStateExceptionGammaTxn.abortLocateOnBadStatus(GammaObject object) final IllegalTxnStateExceptionGammaTxn.abortOpenForConstructionOnBadStatus(GammaObject o) final IllegalTxnStateExceptionGammaTxn.abortOpenForReadOnBadStatus(GammaObject object) GammaTxn.abortOpenForReadOnNullLockMode(BaseGammaTxnRef object) final IllegalTxnStateExceptionGammaTxn.abortPrepareOnBadStatus()private IllegalTxnStateExceptionGammaTxn.abortRegisterOnBadStatus()final IllegalTxnStateExceptionGammaTxn.abortRetryOnBadStatus()final IllegalTxnStateExceptionGammaTxn.abortRetryOnNoRetryPossible()