Uses of Interface
org.multiverse.api.exceptions.RecoverableThrowable

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

Uses of RecoverableThrowable in org.multiverse.api.exceptions
 

Classes in org.multiverse.api.exceptions that implement RecoverableThrowable
 class CommitFailureException
          A RuntimeException that indicates a failure while doing a Transaction.commit().
 class FailedToObtainCommitLocksException
          A CommitFailureException that indicates that the locks could not be acquired while doing a Transaction.commit().
 class LoadLockedException
          A LoadException that indicates that a load failed because the item was locked.
 class 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).
 class LoadUncommittedException
          An IllegalStateException that is thrown when an object is loaded but has not been committed yet.
 class WriteConflictException
          A CommitFailureException that indicates that a write conflict happened while doing a Transaction.commit().
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.