Package com.rabbitmq.client
Class UnexpectedFrameError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.rabbitmq.client.UnexpectedFrameError
-
- All Implemented Interfaces:
Serializable
public class UnexpectedFrameError extends Error
Thrown when the command parser hits an unexpected frame type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedFrameError(Frame frame, int expectedFrameType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExpectedFrameType()
Frame
getReceivedFrame()
static long
getSerialVersionUID()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-