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

Packages that use IllegalTransactionStateException
org.multiverse.api.exceptions Contains the most important exceptions. 
 

Uses of IllegalTransactionStateException in org.multiverse.api.exceptions
 

Subclasses of IllegalTransactionStateException in org.multiverse.api.exceptions
 class DeadTransactionException
          An IllegalTransactionStateException that indicates that an action is executed on a transaction that is committed or aborted.
 class NoRetryPossibleException
          An IllegalTransactionStateException that indicates that a retry is done, without the possibility of progress, for example when the readset is empty.
 class PreparedTransactionException
          A IllegalTransactionStateException that is thrown when an operation is executed on a transaction while the transaction is prepared.
 class ReadonlyException
          A IllegalTransactionStateException that indicates that an action is executed on a readonly transaction that requires an update.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.