Class FrameEncodingException
- 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.FrameEncodingException
-
- All Implemented Interfaces:
java.io.Serializable
public class FrameEncodingException extends ProtocolViolationException
Exception thrown when the engine cannot encode a frame from a given performative and or payload combination.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameEncodingException()
FrameEncodingException(java.lang.String message)
FrameEncodingException(java.lang.String message, java.lang.Throwable cause)
FrameEncodingException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.protonj2.engine.exceptions.ProtocolViolationException
getErrorCondition
-
-
-
-
Constructor Detail
-
FrameEncodingException
public FrameEncodingException()
-
FrameEncodingException
public FrameEncodingException(java.lang.String message, java.lang.Throwable cause)
-
FrameEncodingException
public FrameEncodingException(java.lang.String message)
-
FrameEncodingException
public FrameEncodingException(java.lang.Throwable cause)
-
-