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