Uses of Package
org.multiverse.api.exceptions

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

Classes in org.multiverse.api.exceptions used by org.multiverse.api.exceptions
CommitFailureException
          A RuntimeException that indicates a failure while doing a Transaction.commit().
FailedToObtainCommitLocksException
          A CommitFailureException that indicates that the locks could not be acquired while doing a Transaction.commit().
LoadException
          A RuntimeException that indicates that a load action on the transaction failed.
LoadLockedException
          A LoadException that indicates that a load failed because the item was locked.
LoadTooOldVersionException
          A LoadException that indicates that a load was done, but the version needed could not be found because it is too old (and doesn't exist anymore).
RecoverableThrowable
          A marker interface that can be added to exceptions to indicate that the transaction is likely to have better luck next time.
RetryError
          An Error dat indicates that a retry should be done.
TransactionTooSmallException
           
WriteConflictException
          A CommitFailureException that indicates that a write conflict happened while doing a Transaction.commit().
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.