Class MalformedAMQPHeaderException

All Implemented Interfaces:
Serializable

public class MalformedAMQPHeaderException extends ProtocolViolationException
Exception thrown when an incoming AMQP Header response does not conform to the AMQP Header specification.
See Also:
  • Constructor Details

    • MalformedAMQPHeaderException

      public MalformedAMQPHeaderException()
    • MalformedAMQPHeaderException

      public MalformedAMQPHeaderException(String message, Throwable cause)
    • MalformedAMQPHeaderException

      public MalformedAMQPHeaderException(String message)
    • MalformedAMQPHeaderException

      public MalformedAMQPHeaderException(Throwable cause)