Thrown when the provided RWX509Certificate is not valid for the given RWPrivateKey.
More...
#include <rw/secsock/except.h>
◆ RWCertificateKeyMismatchError()
RWCertificateKeyMismatchError::RWCertificateKeyMismatchError |
( |
const RWCString & | funcName, |
|
|
unsigned long | errNum ) |
◆ errorDescription()
RWCString RWCertificateKeyMismatchError::errorDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error.
◆ errorNumber()
unsigned long RWCertificateKeyMismatchError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number associated with the exception.
◆ where()
RWCString RWCertificateKeyMismatchError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.