org.multiverse.api.exceptions
Class FailedToObtainCommitLocksException

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
                  extended by org.multiverse.api.exceptions.FailedToObtainCommitLocksException
All Implemented Interfaces:
java.io.Serializable, RecoverableThrowable

public class FailedToObtainCommitLocksException
extends CommitFailureException
implements RecoverableThrowable

A CommitFailureException that indicates that the locks could not be acquired while doing a Transaction.commit().

Author:
Peter Veentjer
See Also:
Serialized Form

Field Summary
static FailedToObtainCommitLocksException INSTANCE
           
static boolean reuse
           
 
Constructor Summary
FailedToObtainCommitLocksException()
           
FailedToObtainCommitLocksException(java.lang.String message)
           
FailedToObtainCommitLocksException(java.lang.String message, java.lang.Throwable cause)
           
FailedToObtainCommitLocksException(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
 

Field Detail

INSTANCE

public static final FailedToObtainCommitLocksException INSTANCE

reuse

public static final boolean reuse
Constructor Detail

FailedToObtainCommitLocksException

public FailedToObtainCommitLocksException()

FailedToObtainCommitLocksException

public FailedToObtainCommitLocksException(java.lang.String message)

FailedToObtainCommitLocksException

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

FailedToObtainCommitLocksException

public FailedToObtainCommitLocksException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.