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