程序包 org.hibernate

类 PessimisticLockException

  • 所有已实现的接口:
    Serializable

    public class PessimisticLockException
    extends JDBCException
    Thrown when a pessimistic locking conflict occurs.
    作者:
    Scott Marlow
    另请参阅:
    序列化表格
    • 构造器详细资料

      • PessimisticLockException

        public PessimisticLockException​(String message,
                                        SQLException sqlException,
                                        String sql)
        Constructs a PessimisticLockException using the specified information.
        参数:
        message - A message explaining the exception condition
        sqlException - The underlying SQL exception
        sql - The sql that led to the exception (may be null, though usually should not be)