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