#include <SSLSocket.h>
Inheritance diagram for CODEX_SSL::SSLExceptionBase:


Public Methods | |
| SSLExceptionBase (const string &fname, int line) | |
| Constructor. | |
| void | report () const |
| Derived classes override this method to display their error messages. | |
Protected Methods | |
| virtual void | derivedMsg () const=0 |
| All SSL exceptions override this method to provide details relating to their specific errors. | |
Definition at line 207 of file SSLSocket.h.
1.2.18