VMime
|
Public Member Functions | |
no_auth_information (const exception &other=NO_EXCEPTION) | |
~no_auth_information () throw () | |
exception * | clone () const |
const char * | name () const throw () |
![]() | |
authentication_exception (const string &what, const exception &other=NO_EXCEPTION) | |
~authentication_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 requested information cannot be provided.
no_auth_information | ( | const exception & | other = NO_EXCEPTION | ) |
Referenced by no_auth_information::clone().
~no_auth_information | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from authentication_exception.
References no_auth_information::no_auth_information().
|
virtual |
Return a name identifying the exception.
Reimplemented from authentication_exception.