public class

LockAcquisitionException

extends JDBCException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.JDBCException
             ↳ org.hibernate.exception.LockAcquisitionException

Class Overview

Implementation of JDBCException indicating a problem acquiring lock on the database.

Summary

Public Constructors
LockAcquisitionException(String string, SQLException root)
LockAcquisitionException(String string, SQLException root, String sql)
[Expand]
Inherited Methods
From class org.hibernate.JDBCException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public LockAcquisitionException (String string, SQLException root)

public LockAcquisitionException (String string, SQLException root, String sql)