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:
java.io.Serializable
public class MalformedAMQPHeaderException extends ProtocolViolationException
Exception thrown when an incoming AMQP Header response does not conform to the AMQP Header specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedAMQPHeaderException()
MalformedAMQPHeaderException(java.lang.String message)
MalformedAMQPHeaderException(java.lang.String message, java.lang.Throwable cause)
MalformedAMQPHeaderException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
getErrorCondition
-
-
-
-
Constructor Detail
-
MalformedAMQPHeaderException
public MalformedAMQPHeaderException()
-
MalformedAMQPHeaderException
public MalformedAMQPHeaderException(java.lang.String message, java.lang.Throwable cause)
-
MalformedAMQPHeaderException
public MalformedAMQPHeaderException(java.lang.String message)
-
MalformedAMQPHeaderException
public MalformedAMQPHeaderException(java.lang.Throwable cause)
-
-