Exception: ActiveRecord::LockWaitTimeout

Inherits:
StatementInvalid show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

LockWaitTimeout will be raised when lock wait timeout exceeded.

Instance Attribute Summary

Attributes inherited from StatementInvalid

#binds, #sql

Method Summary

Methods inherited from StatementInvalid

#initialize, #set_query

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid