VMime
|
Public Member Functions | |
operation_cancelled (const exception &other=NO_EXCEPTION) | |
~operation_cancelled () throw () | |
exception * | clone () const |
const char * | name () const throw () |
![]() | |
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 () |
The operation has been cancelled.
operation_cancelled | ( | const exception & | other = NO_EXCEPTION | ) |
Referenced by operation_cancelled::clone().
~operation_cancelled | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from net_exception.
References operation_cancelled::operation_cancelled().
|
virtual |