org.hibernate.exception

Class LockAcquisitionException

Implemented Interfaces:
Nestable

public class LockAcquisitionException
extends JDBCException

Implementation of JDBCException indicating a problem acquiring lock on the database.
Author:
Steve Ebersole

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

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

Method Summary

Methods inherited from class org.hibernate.JDBCException

getErrorCode, getSQL, getSQLException, getSQLState

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

LockAcquisitionException

public LockAcquisitionException(String string,
                                SQLException root)

LockAcquisitionException

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