org.apache.qpid
Class AMQProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.AMQProtocolException
- All Implemented Interfaces:
- Serializable
public class AMQProtocolException
- extends AMQException
- See Also:
- Serialized Form
AMQProtocolException
public AMQProtocolException(AMQConstant errorCode,
String msg,
Throwable cause)
- Constructor for a Protocol Exception
This is the only provided constructor and the parameters have to be
set to null when they are unknown.
- Parameters:
msg
- A description of the reason of this exception .errorCode
- A string specifyin the error code of this exception.cause
- The linked Execption.
Licensed to the Apache Software Foundation