Exception: ActiveRecord::ExclusiveConnectionTimeoutError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
ConnectionTimeoutError ,
ConnectionNotEstablished ,
AdapterError ,
ActiveRecordError ,
StandardError
|
|
Instance Chain:
self,
ConnectionTimeoutError ,
ConnectionNotEstablished ,
AdapterError ,
ActiveRecordError ,
StandardError
|
|
Inherits: |
ActiveRecord::ConnectionTimeoutError
|
Defined in: | activerecord/lib/active_record/errors.rb |
Overview
Raised when a pool was unable to get ahold of all its connections to perform a “group” action such as {ActiveRecord::Base.connection_pool.disconnect!} or {ActiveRecord::Base.connection_handler.clear_reloadable_connections!}.
Class Method Summary
Instance Attribute Summary
AdapterError
- Inherited
Instance Method Summary
ConnectionNotEstablished
- Inherited
Constructor Details
This class inherits a constructor from ActiveRecord::ConnectionNotEstablished