activemq-cpp-3.8.2
Main Page
Namespaces
Data Structures
Files
File List
Globals
MessageNotWriteableException.h
Go to the documentation of this file.
1
18
#ifndef _CMS_MESSAGENOTWRITEABLEEXCEPTION_H_
19
#define _CMS_MESSAGENOTWRITEABLEEXCEPTION_H_
20
21
#include <
cms/Config.h
>
22
#include <
cms/CMSException.h
>
23
24
namespace
cms {
25
31
class
CMS_API
MessageNotWriteableException
:
public
CMSException
{
32
public
:
33
34
MessageNotWriteableException
();
35
36
MessageNotWriteableException
(
const
MessageNotWriteableException
& ex);
37
38
MessageNotWriteableException
(
const
std::string& message);
39
40
MessageNotWriteableException
(
const
std::string& message,
const
std::exception* cause);
41
42
MessageNotWriteableException
(
const
std::string& message,
const
std::exception* cause,
43
const
std::vector<std::pair<std::string, int> >& stackTrace);
44
45
virtual
~
MessageNotWriteableException
()
throw
();
46
47
virtual
MessageNotWriteableException
* clone();
48
49
};
50
51
}
52
53
#endif
/*_CMS_MESSAGENOTWRITEABLEEXCEPTION_H_*/
cms::MessageNotWriteableException
This exception must be thrown when a CMS client attempts to write to a read-only message.
Definition:
MessageNotWriteableException.h:31
CMS_API
#define CMS_API
Definition:
Config.h:31
Config.h
cms::CMSException
CMS API Exception that is the base for all exceptions thrown from CMS classes.
Definition:
CMSException.h:50
CMSException.h
src
main
cms
MessageNotWriteableException.h
Generated by
1.8.6