#include <ssl_connection.h>
Inheritance diagram for funtik::SSLConnectionException:


Public Member Functions | |
| SSLConnectionException () | |
| SSLConnectionException (ulxr::CppString strPhrase, int stat) | |
| SSLConnectionException (SSL *ssl, int ret_code) | |
| virtual | ~SSLConnectionException () throw () |
| virtual ulxr::CppString | why () const |
| Gets the reason for the exception. | |
| virtual const char * | what () const throw () |
| Gets the reason for the exception(STL). | |
Protected Member Functions | |
| std::string | get_error_queue () |
Protected Attributes | |
| std::string | _what |
Definition at line 51 of file ssl_connection.h.
| funtik::SSLConnectionException::SSLConnectionException | ( | ) |
| funtik::SSLConnectionException::SSLConnectionException | ( | ulxr::CppString | strPhrase, | |
| int | stat | |||
| ) |
| funtik::SSLConnectionException::SSLConnectionException | ( | SSL * | ssl, | |
| int | ret_code | |||
| ) |
Definition at line 63 of file ssl_connection.cpp.
References _what, get_error_queue(), ulxr::getLastErrorString(), and ulxr::getLatin1().
| virtual funtik::SSLConnectionException::~SSLConnectionException | ( | ) | throw () [inline, virtual] |
Definition at line 58 of file ssl_connection.h.
| ulxr::CppString funtik::SSLConnectionException::why | ( | ) | const [virtual] |
Gets the reason for the exception.
Reimplemented from ulxr::Exception.
Definition at line 141 of file ssl_connection.cpp.
References ulxr::getUnicode().
| const char * funtik::SSLConnectionException::what | ( | ) | const throw () [virtual] |
Gets the reason for the exception(STL).
Definition at line 150 of file ssl_connection.cpp.
| std::string funtik::SSLConnectionException::get_error_queue | ( | ) | [protected] |
std::string funtik::SSLConnectionException::_what [protected] |
1.5.1