public class PessimisticLockException extends JDBCException
Constructor and Description |
---|
PessimisticLockException(String message,
SQLException sqlException,
String sql)
Constructs a PessimisticLockException using the specified information.
|
getErrorCode, getSQL, getSQLException, getSQLState
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PessimisticLockException(String message, SQLException sqlException, String sql)
message
- A message explaining the exception conditionsqlException
- The underlying SQL exceptionsql
- The sql that led to the exception (may be null, though usually should not be)Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.