Thrown when a session ID that exceeds the maximum allowable length is set.
More...
#include <rw/secsock/except.h>
An RWSecureSocketInvalidSocketError is thrown when a session ID that exceeds the maximum allowable length is set on an RWSecureSocketContext.
- See also
- RWSecureSocketContext::setSessionId()
RWSecureSocketInvalidSessionId::RWSecureSocketInvalidSessionId |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketInvalidSessionId::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketInvalidSessionId::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketInvalidSessionId::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.