activemq-cpp-3.9.5
InvalidDestinationException.h
Go to the documentation of this file.
1
17
18#ifndef _CMS_INVALIDDESTINATIONEXCEPTION_H_
19#define _CMS_INVALIDDESTINATIONEXCEPTION_H_
20
21#include <cms/Config.h>
22#include <cms/CMSException.h>
23
24namespace cms {
25
33 public:
34
36
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
47
49
50 };
51
52}
53
54#endif /*_CMS_INVALIDDESTINATIONEXCEPTION_H_*/
InvalidDestinationException(const InvalidDestinationException &ex)
InvalidDestinationException(const std::string &message)
InvalidDestinationException(const std::string &message, const std::exception *cause)
InvalidDestinationException(const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace)
virtual InvalidDestinationException * clone()
Creates a cloned version of this CMSException instance.
#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