activemq-cpp-3.9.5
CMSSecurityException.h
Go to the documentation of this file.
1
17
18#ifndef _CMS_CMSSECURITYEXCEPTION_H_
19#define _CMS_CMSSECURITYEXCEPTION_H_
20
21#include <cms/Config.h>
22#include <cms/CMSException.h>
23
24namespace cms {
25
34 public:
35
37
39
40 CMSSecurityException(const std::string& message);
41
42 CMSSecurityException(const std::string& message, const std::exception* cause);
43
44 CMSSecurityException(const std::string& message, const std::exception* cause,
45 const std::vector<std::pair<std::string, int> >& stackTrace);
46
47 virtual ~CMSSecurityException() throw();
48
50
51 };
52
53}
54
55#endif /*_CMS_CMSSECURITYEXCEPTION_H_*/
CMSSecurityException(const std::string &message)
CMSSecurityException(const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace)
CMSSecurityException(const CMSSecurityException &ex)
virtual CMSSecurityException * clone()
Creates a cloned version of this CMSException instance.
CMSSecurityException(const std::string &message, const std::exception *cause)
#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