Class FrameDecodingException
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.FrameDecodingException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Constructor Summary
ConstructorDescriptionFrameDecodingException
(String message) FrameDecodingException
(String message, Throwable cause) FrameDecodingException
(Throwable cause) -
Method Summary
Methods inherited from class org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
getErrorCondition
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrameDecodingException
public FrameDecodingException() -
FrameDecodingException
-
FrameDecodingException
-
FrameDecodingException
-