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::RWCertificateNotValidError |
( |
const RWCString & | funcName, |
|
|
unsigned long | errNum ) |
◆ errorDescription()
RWCString RWCertificateNotValidError::errorDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error.
◆ errorNumber()
unsigned long RWCertificateNotValidError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number associated with the exception.
◆ where()
RWCString RWCertificateNotValidError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.