public class PessimisticLockException extends JDBCException
Constructor and Description |
---|
PessimisticLockException(String s,
JDBCException je,
Object entity) |
PessimisticLockException(String s,
SQLException se,
Object entity) |
PessimisticLockException(String s,
SQLException se,
String sql) |
Modifier and Type | Method and Description |
---|---|
Object |
getEntity() |
getErrorCode, getSQL, getSQLException, getSQLState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PessimisticLockException(String s, JDBCException je, Object entity)
public PessimisticLockException(String s, SQLException se, Object entity)
public PessimisticLockException(String s, SQLException se, String sql)
public Object getEntity()
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved