Package org.hibernate.exception
Class LockTimeoutException
-
- All Implemented Interfaces:
Serializable
public class LockTimeoutException extends LockAcquisitionException
AJDBCException
indicating that a lock request timed out on the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockTimeoutException(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 Detail
-
LockTimeoutException
public LockTimeoutException(String string, SQLException root)
-
LockTimeoutException
public LockTimeoutException(String string, SQLException root, String sql)
-
-