Indicates that a {@link Method} object was supplied that was notexpected. For instance, {@link Channel#basicGet} throws this if itreceives anything other than {@link AMQP.Basic.GetOk} or{@link AMQP.Basic.GetEmpty}, and the {@link com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor DefaultMethodVisitor}throws this as the action within each visitor case.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.