Exception: ActiveRecord::AdapterTimeout

Inherits:
QueryAborted show all
Defined in:
activerecord/lib/active_record/errors.rb

Overview

AdapterTimeout will be raised when database clients times out while waiting from the server.

Instance Attribute Summary

Attributes inherited from StatementInvalid

#binds, #sql

Method Summary

Methods inherited from StatementInvalid

#initialize

Constructor Details

This class inherits a constructor from ActiveRecord::StatementInvalid