public class PessimisticLockException extends JDBCException
Constructor and Description |
---|
PessimisticLockException(java.lang.String message,
java.sql.SQLException sqlException,
java.lang.String sql)
Constructs a PessimisticLockException using the specified information.
|
getErrorCode, getSQL, getSQLException, getSQLState
public PessimisticLockException(java.lang.String message, java.sql.SQLException sqlException, java.lang.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-2018 Red Hat, Inc. All Rights Reserved.