Thrown when the provided cypher list cannot be used by the underlying library.
More...
#include <rw/secsock/except.h>
An RWSSLContextUnableToSetCipherListError is thrown when the provided cypher list cannot be used by the underlying library.
- See also
- RWSecureSocketContext::setCipherList()
RWSSLContextUnableToSetCipherListError::RWSSLContextUnableToSetCipherListError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSSLContextUnableToSetCipherListError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSSLContextUnableToSetCipherListError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSSLContextUnableToSetCipherListError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.