Package org.hibernate.exception
Class LockAcquisitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.JDBCException
-
- org.hibernate.exception.LockAcquisitionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LockTimeoutException
public class LockAcquisitionException extends JDBCException
Implementation of JDBCException indicating a problem acquiring lock on the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LockAcquisitionException
public LockAcquisitionException(String string, SQLException root)
-
LockAcquisitionException
public LockAcquisitionException(String string, SQLException root, String sql)
-
-