Class AMQFrameDecodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.qpid.server.QpidException
-
- org.apache.qpid.server.AMQException
-
- org.apache.qpid.server.protocol.v0_8.AMQFrameDecodingException
-
- All Implemented Interfaces:
Serializable
public class AMQFrameDecodingException extends AMQException
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct format as defined by the protocol.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AMQFrameDecodingException(int errorCode, String message, Throwable cause)AMQFrameDecodingException(String message)AMQFrameDecodingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.qpid.server.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
-
Methods inherited from class org.apache.qpid.server.QpidException
clone
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-