Uses of Class
org.hibernate.PessimisticLockException
Packages that use PessimisticLockException
Package
Description
Defines certain very important flavors of
JDBCException,
along with an SPI for interpreting product-specific SQLExceptions
arising from a JDBC driver into something more uniform and meaningful.-
Uses of PessimisticLockException in org.hibernate.exception
Subclasses of PessimisticLockException in org.hibernate.exceptionModifier and TypeClassDescriptionclassAJDBCExceptionindicating a problem acquiring a lock on the database.classAJDBCExceptionindicating that a lock request timed out on the database.