Qpid C++ Messaging API  1.39.0
qpid::messaging::OutOfCapacity Struct Reference

#include <exceptions.h>

Inheritance diagram for qpid::messaging::OutOfCapacity:
qpid::messaging::SendError qpid::messaging::SenderError qpid::messaging::LinkError qpid::messaging::MessagingException qpid::types::Exception

Public Member Functions

QPID_MESSAGING_EXTERN OutOfCapacity (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::SendError
QPID_MESSAGING_EXTERN SendError (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::SenderError
QPID_MESSAGING_EXTERN SenderError (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::LinkError
QPID_MESSAGING_EXTERN LinkError (const std::string &)
 
- Public Member Functions inherited from qpid::messaging::MessagingException
QPID_MESSAGING_EXTERN MessagingException (const std::string &msg)
 
- Public Member Functions inherited from qpid::types::Exception
QPID_TYPES_EXTERN Exception (const std::string &message=std::string()) throw ()
 
virtual QPID_TYPES_EXTERN const char * what () const throw ()
 

Detailed Description

Thrown to indicate that the locally configured sender capacity has been reached, and thus no further messages can be put on the replay buffer.


The documentation for this struct was generated from the following file: