AMQException forms the root exception of all exceptions relating to the AMQ protocol. It provides space to associate a required AMQ error code with the exception, which is a numeric value, with a meaning defined by the protocol.
CRC Card
Responsibilities
Collaborations
Represents an exception condition associated with an AMQ protocol status code.
@todo This exception class is also used as a generic exception throughout Qpid code. This usage may not be strictlycorrect if this is to signify a protocol exception. Should review.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.