activemq-cpp-3.4.0
|
This exception must be thrown when a provider rejects a user name/password submitted by a client. More...
#include <src/main/cms/CMSSecurityException.h>
Public Member Functions | |
CMSSecurityException () | |
CMSSecurityException (const CMSSecurityException &ex) | |
CMSSecurityException (const std::string &message) | |
CMSSecurityException (const std::string &message, const std::exception *cause) | |
CMSSecurityException (const std::string &message, const std::exception *cause, const std::vector< std::pair< std::string, int > > &stackTrace) | |
virtual | ~CMSSecurityException () throw () |
This exception must be thrown when a provider rejects a user name/password submitted by a client.
It may also be thrown for any case where a security restriction prevents a method from completing.
cms::CMSSecurityException::CMSSecurityException | ( | ) |
cms::CMSSecurityException::CMSSecurityException | ( | const CMSSecurityException & | ex | ) |
cms::CMSSecurityException::CMSSecurityException | ( | const std::string & | message | ) |
cms::CMSSecurityException::CMSSecurityException | ( | const std::string & | message, |
const std::exception * | cause | ||
) |
cms::CMSSecurityException::CMSSecurityException | ( | const std::string & | message, |
const std::exception * | cause, | ||
const std::vector< std::pair< std::string, int > > & | stackTrace | ||
) |
virtual cms::CMSSecurityException::~CMSSecurityException | ( | ) | throw () [virtual] |