Exception: ActiveRecord::SerializationFailure
- Inherits:
-
TransactionRollbackError
- Object
- StandardError
- ActiveRecordError
- AdapterError
- StatementInvalid
- TransactionRollbackError
- ActiveRecord::SerializationFailure
- Defined in:
- lib/active_record/errors.rb
Overview
SerializationFailure will be raised when a transaction is rolled back by the database due to a serialization failure.
Instance Attribute Summary
Attributes inherited from StatementInvalid
Attributes inherited from AdapterError
Method Summary
Methods inherited from StatementInvalid
Methods inherited from AdapterError
Constructor Details
This class inherits a constructor from ActiveRecord::StatementInvalid