Thrown when an RWAsymmetricKey is constructed with encrypted key data but no RWPasswordCallback is provided to decrypt the key.
More...
#include <rw/secsock/except.h>
An RWSecureSocketNoCallbackSpecifiedError is thrown when an RWAsymmetricKey is constructed with encrypted key data but no RWPasswordCallback is provided to decrypt the key.
RWSecureSocketNoCallbackSpecifiedError::RWSecureSocketNoCallbackSpecifiedError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketNoCallbackSpecifiedError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketNoCallbackSpecifiedError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketNoCallbackSpecifiedError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.