Deprecated. Thrown when the key data is too large to be used.
More...
#include <rw/secsock/except.h>
- Deprecated:
- As of SourcePro 4, this exception type is no longer thrown by the Secure Sockets package. If the key data provided is too large, you should expect an RWUnableToReadPrivateKeyError exception.
An RWCertificateOrKeyTooLargeError is thrown when the key data is too large to be used.
RWCertificateOrKeyTooLargeError::RWCertificateOrKeyTooLargeError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWCertificateOrKeyTooLargeError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWCertificateOrKeyTooLargeError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWCertificateOrKeyTooLargeError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.