Exception: ActiveRecord::ExclusiveConnectionTimeoutError
- Inherits:
 - 
      ConnectionTimeoutError
      
        
- Object
 - StandardError
 - ActiveRecordError
 - ConnectionNotEstablished
 - ConnectionTimeoutError
 - ActiveRecord::ExclusiveConnectionTimeoutError
 
 
- Defined in:
 - lib/active_record/connection_adapters/abstract/connection_pool.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.clear_reloadable_connections!.