Uses of Class
org.apache.qpid.server.AMQException
-
Packages that use AMQException Package Description org.apache.qpid.server org.apache.qpid.server.protocol.v0_8 -
-
Uses of AMQException in org.apache.qpid.server
Methods in org.apache.qpid.server that return AMQException Modifier and Type Method Description AMQExceptionAMQException. cloneForCurrentThread() -
Uses of AMQException in org.apache.qpid.server.protocol.v0_8
Subclasses of AMQException in org.apache.qpid.server.protocol.v0_8 Modifier and Type Class Description classAMQConnectionExceptionAMQConnectionException indicates that an error that requires the channel to be closed has occurred.classAMQFrameDecodingExceptionAMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct format as defined by the protocol.Methods in org.apache.qpid.server.protocol.v0_8 that return AMQException Modifier and Type Method Description AMQExceptionAMQConnectionException. cloneForCurrentThread()
-