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