Thrown when the provided RWPrivateKey cannot be set or if the RWPrivateKey does not match the provided RWX509Certificate.
More...
#include <rw/secsock/except.h>
RWSecureSocketUsePrivateKeyError::RWSecureSocketUsePrivateKeyError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketUsePrivateKeyError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketUsePrivateKeyError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketUsePrivateKeyError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.