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
public class FrameDecodingException extends ProtocolViolationException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameDecodingException()
FrameDecodingException(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
-
-