|
| | SMTPCommandError (const string &command, const string &response, const string &desc, const int statusCode, const SMTPResponse::enhancedStatusCode &extendedStatusCode, const exception &other=NO_EXCEPTION) |
| |
| | SMTPCommandError (const string &command, const string &response, const int statusCode, const SMTPResponse::enhancedStatusCode &extendedStatusCode, const exception &other=NO_EXCEPTION) |
| |
| | ~SMTPCommandError () throw () |
| |
| int | statusCode () const |
| |
| const SMTPResponse::enhancedStatusCode | extendedStatusCode () const |
| |
| exception * | clone () const |
| |
| const char * | name () const throw () |
| |
Public Member Functions inherited from command_error |
| | command_error (const string &command, const string &response, const string &desc="", const exception &other=NO_EXCEPTION) |
| |
| | ~command_error () throw () |
| |
| const string & | command () const |
| |
| const string & | response () const |
| |
| | net_exception (const string &what, const exception &other=NO_EXCEPTION) |
| |
| | ~net_exception () throw () |
| |
| | 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 () |
| |
SMTP Command error: a SMTP command failed.