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 42
def initialize(settings)
  @settings = settings

  super("AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration. Settings are #{settings.inspect}")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.