Package org.hibernate.exception
Class LockTimeoutException
- All Implemented Interfaces:
Serializable
A
JDBCException
indicating that a lock request
timed out on the database.- See Also:
-
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
-