Parent

Methods

AMQP::TCPConnectionFailed

Raised when initial TCP connection to the broker fails. @api public

Attributes

settings[R]

@return [Hash] connection settings that were used

Public Class Methods

new(settings, cause = nil) click to toggle source
    # File lib/amqp/exceptions.rb, line 29
29:     def initialize(settings, cause = nil)
30:       @settings = settings
31:       @cause    = cause
32: 
33:       super("Could not estabilish TCP connection to #{@settings[:host]}:#{@settings[:port]}")
34:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.