Package org.hibernate.exception
Class LockTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.JDBCException
-
- org.hibernate.exception.LockAcquisitionException
-
- org.hibernate.exception.LockTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockTimeoutException extends LockAcquisitionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockTimeoutException(java.lang.String string, java.sql.SQLException root)
LockTimeoutException(java.lang.String string, java.sql.SQLException root, java.lang.String sql)
-
Method Summary
-
Methods inherited from class org.hibernate.JDBCException
getErrorCode, getSQL, getSQLException, getSQLState
-
-