activemq-cpp-3.9.5
MessageNotWriteableException.h
Go to the documentation of this file.
1
17
18#ifndef _CMS_MESSAGENOTWRITEABLEEXCEPTION_H_
19#define _CMS_MESSAGENOTWRITEABLEEXCEPTION_H_
20
21#include <cms/Config.h>
22#include <cms/CMSException.h>
23
24namespace cms {
25
32 public:
33
35
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
46
48
49 };
50
51}
52
53#endif /*_CMS_MESSAGENOTWRITEABLEEXCEPTION_H_*/
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)
MessageNotWriteableException(const MessageNotWriteableException &ex)
virtual MessageNotWriteableException * clone()
Creates a cloned version of this CMSException instance.
MessageNotWriteableException(const std::string &message)
#define CMS_API
Definition Config.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23