Uses of Class
org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
-
Packages that use ProtocolViolationException Package Description org.apache.qpid.protonj2.engine.exceptions -
-
Uses of ProtocolViolationException in org.apache.qpid.protonj2.engine.exceptions
Subclasses of ProtocolViolationException in org.apache.qpid.protonj2.engine.exceptions Modifier and Type Class Description class
FrameDecodingException
Exception thrown when the engine cannot decode an incoming frame due to some error either with the encoding itself or the contents which cause a specification violation.class
FrameEncodingException
Exception thrown when the engine cannot encode a frame from a given performative and or payload combination.class
MalformedAMQPHeaderException
Exception thrown when an incoming AMQP Header response does not conform to the AMQP Header specification.
-