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