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

#include <exceptions.h>

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

Public Member Functions

QPID_MESSAGING_EXTERN MessageRejected (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 on a synchronous send to indicate that the message being sent was rejected.


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