Methods

Class/Module Index [+]

Quicksearch

AMQ::Client::NoFinalOctetError

Raised by adapters when frame does not end with {final octet AMQ::Protocol::Frame::FINAL_OCTET}. This suggest that there is a bug in adapter or AMQ broker implementation.

@see bit.ly/amqp091spec AMQP 0.9.1 specification (Section 2.3)

Public Class Methods

new() click to toggle source
# File lib/amq/client/exceptions.rb, line 33
def initialize
  super("Frame doesn't end with #{AMQ::Protocol::Frame::FINAL_OCTET} as it must, which means the size is miscalculated.")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.