org.apache.qpid.framing
Class AMQFrameDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.framing.AMQFrameDecodingException
- All Implemented Interfaces:
- Serializable
public class AMQFrameDecodingException
- extends AMQException
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
CRC Card
Responsibilities | Collaborations
|
---|
Represents a format error in a protocol frame.
|
- See Also:
- Serialized Form
AMQFrameDecodingException
public AMQFrameDecodingException(AMQConstant errorCode,
String message,
Throwable cause)
AMQFrameDecodingException
public AMQFrameDecodingException(AMQConstant errorCode,
String message)
Licensed to the Apache Software Foundation