Exception: ActiveRecord::Deadlocked
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
ActiveRecord::TransactionRollbackError
|
Defined in: | activerecord/lib/active_record/errors.rb |
Overview
Deadlocked
will be raised when a transaction is rolled back by the database when a deadlock is encountered.
Class Method Summary
StatementInvalid
- Inherited
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid