Class IllegalUpgradeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.LockFailureException
org.cojen.tupl.IllegalUpgradeException
- All Implemented Interfaces:
Serializable
Thrown when attempting to acquire an upgradable or exclusive lock when a
shared lock is already held. Use
UPGRADABLE_READ
mode to prevent this.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cojen.tupl.LockFailureException
isRecoverable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalUpgradeException
public IllegalUpgradeException()
-