Class 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.
    See Also:
    Serialized Form
    • Constructor Detail

      • AMQFrameDecodingException

        public AMQFrameDecodingException​(String message,
                                         Throwable cause)
      • AMQFrameDecodingException

        public AMQFrameDecodingException​(String message)
      • AMQFrameDecodingException

        public AMQFrameDecodingException​(int errorCode,
                                         String message,
                                         Throwable cause)