Class MalformedAMQPHeaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.protonj2.engine.exceptions.ProtonException
org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
org.apache.qpid.protonj2.engine.exceptions.MalformedAMQPHeaderException
- All Implemented Interfaces:
- Serializable
Exception thrown when an incoming AMQP Header response does not conform to the
 AMQP Header specification.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMalformedAMQPHeaderException(String message) MalformedAMQPHeaderException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationExceptiongetErrorConditionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MalformedAMQPHeaderExceptionpublic MalformedAMQPHeaderException()
- 
MalformedAMQPHeaderException
- 
MalformedAMQPHeaderException
- 
MalformedAMQPHeaderException
 
-