public class

UnexpectedFrameError

extends Error
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ com.rabbitmq.client.UnexpectedFrameError

Class Overview

Thrown when the command parser hits an unexpected frame type.

Summary

Public Constructors
UnexpectedFrameError(Frame frame, int expectedFrameType)
Public Methods
int getExpectedFrameType()
Frame getReceivedFrame()
static long getSerialVersionUID()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnexpectedFrameError (Frame frame, int expectedFrameType)

Public Methods

public int getExpectedFrameType ()

public Frame getReceivedFrame ()

public static long getSerialVersionUID ()