activemq-cpp-3.8.2
Main Page
Namespaces
Data Structures
Files
File List
Globals
InvalidDestinationException.h
Go to the documentation of this file.
1
18
#ifndef _CMS_INVALIDDESTINATIONEXCEPTION_H_
19
#define _CMS_INVALIDDESTINATIONEXCEPTION_H_
20
21
#include <
cms/Config.h
>
22
#include <
cms/CMSException.h
>
23
24
namespace
cms {
25
32
class
CMS_API
InvalidDestinationException
:
public
CMSException
{
33
public
:
34
35
InvalidDestinationException
();
36
37
InvalidDestinationException
(
const
InvalidDestinationException
& ex);
38
39
InvalidDestinationException
(
const
std::string& message);
40
41
InvalidDestinationException
(
const
std::string& message,
const
std::exception* cause);
42
43
InvalidDestinationException
(
const
std::string& message,
const
std::exception* cause,
44
const
std::vector<std::pair<std::string, int> >& stackTrace);
45
46
virtual
~
InvalidDestinationException
()
throw
();
47
48
virtual
InvalidDestinationException
* clone();
49
50
};
51
52
}
53
54
#endif
/*_CMS_INVALIDDESTINATIONEXCEPTION_H_*/
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
cms::InvalidDestinationException
This exception must be thrown when a destination either is not understood by a provider or is no long...
Definition:
InvalidDestinationException.h:32
src
main
cms
InvalidDestinationException.h
Generated by
1.8.6