Package org.hibernate.exception
Class LockTimeoutException
- All Implemented Interfaces:
Serializable
A
JDBCException
indicating that a lock
request timed out on the database.- See Also:
- API Note:
- Some databases make it quite hard to for a client
to distinguish a lock timeout from other sorts of rejected
lock acquisitions, and so application programs should avoid
over-interpreting the distinction made between
LockTimeoutException
and its superclassLockAcquisitionException
on such platforms.
-
Constructor Summary
ConstructorsConstructorDescriptionLockTimeoutException
(String string, SQLException root) LockTimeoutException
(String string, SQLException root, String sql) -
Method Summary
Methods inherited from class org.hibernate.JDBCException
getErrorCode, getErrorMessage, getSQL, getSQLException, getSQLState
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockTimeoutException
-
LockTimeoutException
-