org.apache.qpid.framing
Class AMQProtocolInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.framing.AMQProtocolHeaderException
org.apache.qpid.framing.AMQProtocolInstanceException
- All Implemented Interfaces:
- Serializable
public class AMQProtocolInstanceException
- extends AMQProtocolHeaderException
AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header.
CRC Card
Responsibilities | Collaborations
|
---|
Represent incorrect protocol instance in frame header.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code.
AMQProtocolInstanceException
public AMQProtocolInstanceException(String message,
Throwable cause)
Licensed to the Apache Software Foundation