#include <Pt/Ssl/SslError.h>
Generic SSL run-time error.
Inherits IOError.
Inherited by HandshakeFailed, and InvalidCertificate.
Public Member Functions | |
| SslError (const std::string &what) | |
| Contructs with message. | |
| SslError (const char *what) | |
| Contructs with message. | |
| ~SslError () throw () | |
| Destructor. | |