Class LockFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.LockFailureException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 IllegalUpgradeException, LockInterruptedException, LockTimeoutException
Thrown when a lock request by a transaction failed.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLockFailureException(String message) LockFailureException(String message, Throwable cause) LockFailureException(Throwable cause)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns false if database should be closed as a result of this exception.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LockFailureException
public LockFailureException() - 
LockFailureException
 - 
LockFailureException
 - 
LockFailureException
 
 - 
 - 
Method Details
- 
isRecoverable
public boolean isRecoverable()Description copied from class:DatabaseExceptionReturns false if database should be closed as a result of this exception.- Overrides:
 isRecoverablein classDatabaseException
 
 -