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 SQLException
s
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 TypeClassDescriptionclass
AJDBCException
indicating a problem acquiring a lock on the database.class
AJDBCException
indicating that a lock request timed out on the database.