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:
java.io.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, java.lang.String message, java.lang.Throwable cause)AMQFrameDecodingException(java.lang.String message)AMQFrameDecodingException(java.lang.String message, java.lang.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
-
-
-
-
Constructor Detail
-
AMQFrameDecodingException
public AMQFrameDecodingException(java.lang.String message, java.lang.Throwable cause)
-
AMQFrameDecodingException
public AMQFrameDecodingException(java.lang.String message)
-
AMQFrameDecodingException
public AMQFrameDecodingException(int errorCode, java.lang.String message, java.lang.Throwable cause)
-
-