org.hibernate
Class PessimisticLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.JDBCException
org.hibernate.PessimisticLockException
- All Implemented Interfaces:
- java.io.Serializable
public class PessimisticLockException
- extends JDBCException
Thrown when a pessimistic locking conflict occurs.
- Author:
- Scott Marlow
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PessimisticLockException
public PessimisticLockException(java.lang.String s,
JDBCException je,
java.lang.Object entity)
PessimisticLockException
public PessimisticLockException(java.lang.String s,
java.sql.SQLException se,
java.lang.Object entity)
PessimisticLockException
public PessimisticLockException(java.lang.String s,
java.sql.SQLException se,
java.lang.String sql)
getEntity
public java.lang.Object getEntity()
Copyright © 2012. All Rights Reserved.