Class AMQProtocolInstanceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AMQProtocolInstanceException
    extends AMQProtocolHeaderException
    AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header.

    TODO Not an AMQP exception as no status code.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AMQProtocolInstanceException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class org.apache.qpid.server.transport.TransportException

        rethrow
      • Methods inherited from class java.lang.Throwable

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

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

      • AMQProtocolInstanceException

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