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:
java.io.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(java.lang.String message)
FrameDecodingException(java.lang.String message, java.lang.Throwable cause)
FrameDecodingException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
getErrorCondition
-
-
-
-
Constructor Detail
-
FrameDecodingException
public FrameDecodingException()
-
FrameDecodingException
public FrameDecodingException(java.lang.String message, java.lang.Throwable cause)
-
FrameDecodingException
public FrameDecodingException(java.lang.String message)
-
FrameDecodingException
public FrameDecodingException(java.lang.Throwable cause)
-
-