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.
This is a subclass of TransactionRollbackError, please make sure to check its documentation to be aware of its caveats.
Class Method Summary
Instance Attribute Summary
Instance Method Summary
StatementInvalid - Inherited
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid