cms::CMSSecurityException Class Reference
This exception must be thrown when a provider rejects a user name/password submitted by a client.
More...
#include <src/main/cms/CMSSecurityException.h>
Detailed Description
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.
- Since:
- 1.3
Constructor & Destructor Documentation
| cms::CMSSecurityException::CMSSecurityException |
( |
|
) |
|
| 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] |
Member Function Documentation
Creates a cloned version of this CMSException instance.
This method passes on ownership of the contained cause exception pointer to the clone. This method is mainly useful to the CMS provider.
- Returns:
- new pointer that is a clone of this Exception, caller owns.
Reimplemented from cms::CMSException.
The documentation for this class was generated from the following file: