|
VMime
|
#include <exception.hpp>


Public Member Functions | |
| connection_greeting_error (const string &response, const exception &other=NO_EXCEPTION) | |
| ~connection_greeting_error () throw () | |
| const string & | response () const |
| exception * | clone () const |
| const char * | name () const throw () |
Public Member Functions inherited from net_exception | |
| net_exception (const string &what, const exception &other=NO_EXCEPTION) | |
| ~net_exception () throw () | |
| exception * | clone () const |
| const char * | name () const throw () |
Public Member Functions inherited from exception | |
| exception (const string &what, const exception &other=NO_EXCEPTION) | |
| exception (const exception &e) | |
| virtual | ~exception () throw () |
| void | chainException (const exception &other) |
| const exception * | other () const throw () |
Additional Inherited Members | |
Static Protected Attributes inherited from exception | |
| static const exception | NO_EXCEPTION |
Server did not initiated the connection correctly.
| connection_greeting_error | ( | const string & | response, |
| const exception & | other = NO_EXCEPTION |
||
| ) |
| ~connection_greeting_error | ( | ) | ||
| throw | ( | |||
| ) | ||||
|
virtual |