|
activemq-cpp-3.3.0
|
This exception must be thrown when a CMS client attempts to read a write-only message. More...
#include <src/main/cms/MessageNotReadableException.h>

Public Member Functions | |
| MessageNotReadableException () | |
| MessageNotReadableException (const MessageNotReadableException &ex) | |
| MessageNotReadableException (const std::string &message) | |
| MessageNotReadableException (const std::string &message, const std::exception *cause) | |
| MessageNotReadableException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace) | |
| virtual | ~MessageNotReadableException () throw () |
This exception must be thrown when a CMS client attempts to read a write-only message.
| cms::MessageNotReadableException::MessageNotReadableException | ( | ) |
| cms::MessageNotReadableException::MessageNotReadableException | ( | const MessageNotReadableException & | ex | ) |
| cms::MessageNotReadableException::MessageNotReadableException | ( | const std::string & | message | ) |
| cms::MessageNotReadableException::MessageNotReadableException | ( | const std::string & | message, |
| const std::exception * | cause | ||
| ) |
| cms::MessageNotReadableException::MessageNotReadableException | ( | const std::string & | message, |
| const std::exception * | cause, | ||
| const std::vector< std::pair< std::string, int > > & | stackTrace | ||
| ) |
| virtual cms::MessageNotReadableException::~MessageNotReadableException | ( | ) | throw () [virtual] |