activemq-cpp-3.4.0

cms::MessageNotReadableException Class Reference

This exception must be thrown when a CMS client attempts to read a write-only message. More...

#include <src/main/cms/MessageNotReadableException.h>

Inheritance diagram for cms::MessageNotReadableException:

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 ()

Detailed Description

This exception must be thrown when a CMS client attempts to read a write-only message.

Since:
1.3

Constructor & Destructor Documentation

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]

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