VMime
|
Public Member Functions | |
net_exception (const string &what, const exception &other=NO_EXCEPTION) | |
~net_exception () throw () | |
exception * | clone () const |
const char * | name () const 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 () |
Base class for exceptions thrown by the networking module.
net_exception | ( | const string & | what, |
const exception & | other = NO_EXCEPTION |
||
) |
Referenced by net_exception::clone().
~net_exception | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from exception.
Reimplemented in invalid_folder_name, partial_fetch_not_supported, invalid_response, command_error, illegal_operation, already_connected, not_connected, unfetched_object, operation_cancelled, operation_timed_out, operation_not_supported, message_not_found, folder_already_open, folder_not_found, illegal_state, unsupported_option, authentication_error, connection_greeting_error, connection_error, socket_not_connected_exception, socket_exception, SMTPMessageSizeExceedsCurLimitsException, SMTPMessageSizeExceedsMaxLimitsException, and SMTPCommandError.
References net_exception::net_exception().
|
virtual |
Return a name identifying the exception.
Reimplemented from exception.
Reimplemented in invalid_folder_name, partial_fetch_not_supported, invalid_response, command_error, illegal_operation, already_connected, not_connected, unfetched_object, operation_cancelled, operation_timed_out, operation_not_supported, message_not_found, folder_already_open, folder_not_found, illegal_state, unsupported_option, authentication_error, connection_greeting_error, connection_error, socket_not_connected_exception, socket_exception, SMTPMessageSizeExceedsCurLimitsException, SMTPMessageSizeExceedsMaxLimitsException, and SMTPCommandError.