Uses of Class
org.multiverse.api.exceptions.IllegalTxnStateException

Packages that use IllegalTxnStateException
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
 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.
 

Uses of IllegalTxnStateException in org.multiverse.stms.gamma.transactions
 

Methods in org.multiverse.stms.gamma.transactions that return IllegalTxnStateException
 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 © 2012. All Rights Reserved.