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 SummaryConstructorsConstructorDescriptionFrameDecodingException(String message) FrameDecodingException(String message, Throwable cause) FrameDecodingException(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- 
FrameDecodingExceptionpublic FrameDecodingException()
- 
FrameDecodingException
- 
FrameDecodingException
- 
FrameDecodingException
 
-