Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Thrown to indicate that the sender attempted to send a message that would result in the target node on the peer exceeding a preconfigured capacity. More...
#include <qpid/messaging/exceptions.h>
Public Member Functions | |
TargetCapacityExceeded (const std::string &) | |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Thrown to indicate that the sender attempted to send a message that would result in the target node on the peer exceeding a preconfigured capacity.
Definition at line 153 of file exceptions.h.
qpid::messaging::TargetCapacityExceeded::TargetCapacityExceeded | ( | const std::string & | ) |
|
virtualinherited |