cms::MessageNotWriteableException Class Reference

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

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

Inheritance diagram for cms::MessageNotWriteableException:
Inheritance graph
[legend]

Public Member Functions

 MessageNotWriteableException ()
 MessageNotWriteableException (const MessageNotWriteableException &ex)
 MessageNotWriteableException (const std::string &message)
 MessageNotWriteableException (const std::string &message, const std::exception *cause)
 MessageNotWriteableException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace)
virtual ~MessageNotWriteableException () throw ()
virtual
MessageNotWriteableException
clone ()
 Creates a cloned version of this CMSException instance.

Detailed Description

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

Since:
1.3

Constructor & Destructor Documentation

cms::MessageNotWriteableException::MessageNotWriteableException (  ) 
cms::MessageNotWriteableException::MessageNotWriteableException ( const MessageNotWriteableException ex  ) 
cms::MessageNotWriteableException::MessageNotWriteableException ( const std::string &  message  ) 
cms::MessageNotWriteableException::MessageNotWriteableException ( const std::string &  message,
const std::exception *  cause 
)
cms::MessageNotWriteableException::MessageNotWriteableException ( const std::string &  message,
const std::exception *  cause,
const std::vector< std::pair< std::string, int > > &  stackTrace 
)
virtual cms::MessageNotWriteableException::~MessageNotWriteableException (  )  throw () [virtual]

Member Function Documentation

virtual MessageNotWriteableException* cms::MessageNotWriteableException::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