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:
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(String message)
FrameEncodingException(String message, Throwable cause)
FrameEncodingException(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
-
-