Exception: ActiveRecord::SerializationFailure

Inherits:
TransactionRollbackError show all
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.

Method Summary

Methods inherited from StatementInvalid

#initialize

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid