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

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

Uses of WriteConflict in org.multiverse.api.exceptions
 

Subclasses of WriteConflict in org.multiverse.api.exceptions
 class LockNotFreeWriteConflict
          A WriteConflict that indicates that the locks could not be acquired while doing a Transaction.commit().
 class OptimisticLockFailedWriteConflict
          A WriteConflict that indicates that the version of the transactional object you want to update already was updated by another transaction.
 class WriteSkewConflict
          A WriteConflict that is thrown when a writeskew is detected and the transaction is not allowed to commit and therefore aborted.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.