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