activemq-cpp-3.8.2
Main Page
Namespaces
Data Structures
Files
File List
Globals
CMSSecurityException.h
Go to the documentation of this file.
1
18
#ifndef _CMS_CMSSECURITYEXCEPTION_H_
19
#define _CMS_CMSSECURITYEXCEPTION_H_
20
21
#include <
cms/Config.h
>
22
#include <
cms/CMSException.h
>
23
24
namespace
cms {
25
33
class
CMS_API
CMSSecurityException
:
public
CMSException
{
34
public
:
35
36
CMSSecurityException
();
37
38
CMSSecurityException
(
const
CMSSecurityException
& ex);
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
49
virtual
CMSSecurityException
* clone();
50
51
};
52
53
}
54
55
#endif
/*_CMS_CMSSECURITYEXCEPTION_H_*/
cms::CMSSecurityException
This exception must be thrown when a provider rejects a user name/password submitted by a client...
Definition:
CMSSecurityException.h:33
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
CMSSecurityException.h
Generated by
1.8.6