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:
Inheritance graph
[legend]

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 ()
virtual
MessageNotReadableException
clone ()
 Creates a cloned version of this CMSException instance.

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]

Member Function Documentation

virtual MessageNotReadableException* cms::MessageNotReadableException::clone (  )  [virtual]

Creates a cloned version of this CMSException instance.

This method passes on ownership of the contained cause exception pointer to the clone. This method is mainly useful to the CMS provider.

Returns:
new pointer that is a clone of this Exception, caller owns.

Reimplemented from cms::CMSException.


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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1