Parent

Methods

AMQP::PossibleAuthenticationFailureError

Raised when authentication fails. @api public

Attributes

settings[R]

@return [Hash] connection settings that were used

Public Class Methods

new(settings) click to toggle source
    # File lib/amqp/exceptions.rb, line 43
43:     def initialize(settings)
44:       @settings = settings
45: 
46:       super("AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration. Settings are #{settings.inspect}")
47:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.