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