org.multiverse.api.exceptions
Class CommitFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.CommitFailureException
All Implemented Interfaces:
java.io.Serializable, RecoverableThrowable
Direct Known Subclasses:
FailedToObtainCommitLocksException, WriteConflictException

public class CommitFailureException
extends java.lang.RuntimeException
implements RecoverableThrowable

A RuntimeException that indicates a failure while doing a Transaction.commit().

Author:
Peter Veentjer
See Also:
Serialized Form

Constructor Summary
CommitFailureException()
           
CommitFailureException(java.lang.String message)
           
CommitFailureException(java.lang.String message, java.lang.Throwable cause)
           
CommitFailureException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommitFailureException

public CommitFailureException()

CommitFailureException

public CommitFailureException(java.lang.String message)

CommitFailureException

public CommitFailureException(java.lang.String message,
                              java.lang.Throwable cause)

CommitFailureException

public CommitFailureException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.