Class AMQFrameDecodingException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AMQFrameDecodingException

        public AMQFrameDecodingException​(java.lang.String message,
                                         java.lang.Throwable cause)
      • AMQFrameDecodingException

        public AMQFrameDecodingException​(java.lang.String message)
      • AMQFrameDecodingException

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