Exception: Bunny::TCPConnectionFailedForAllHosts

Inherits:
TCPConnectionFailed show all
Defined in:
lib/bunny/exceptions.rb

Instance Attribute Summary

Attributes inherited from TCPConnectionFailed

#hostname, #port

Instance Method Summary collapse

Constructor Details

#initializeTCPConnectionFailedForAllHosts

Returns a new instance of TCPConnectionFailedForAllHosts



84
85
86
# File 'lib/bunny/exceptions.rb', line 84

def initialize
  super("Could not establish TCP connection to any of the configured hosts", nil, nil)
end