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, getSQLStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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-2017 Red Hat Middleware, LLC. All Rights Reserved