Exception: ActiveRecord::TransactionRollbackError
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
StatementInvalid,
ActiveRecordError,
StandardError
|
|
|
Instance Chain:
self,
StatementInvalid,
ActiveRecordError,
StandardError
|
|
| Inherits: |
ActiveRecord::StatementInvalid
|
| Defined in: | activerecord/lib/active_record/errors.rb |
Overview
TransactionRollbackError will be raised when a transaction is rolled back by the database due to a serialization failure or a deadlock.
See the following:
Class Method Summary
StatementInvalid - Inherited
Instance Attribute Summary
StatementInvalid - Inherited
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid