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