Authentication exception. More...


Public Member Functions | |
| authentication_exception (const string &what, const exception &other=NO_EXCEPTION) | |
| ~authentication_exception () throw () | |
| exception * | clone () const |
| const char * | name () const throw () |
Authentication exception.
| authentication_exception | ( | const string & | what, | |
| const exception & | other = NO_EXCEPTION | |||
| ) |
Referenced by authentication_exception::clone().
| ~authentication_exception | ( | ) | throw () |
| exception * clone | ( | ) | const [virtual] |
Clone this object.
Reimplemented from exception.
Reimplemented in no_auth_information, sasl_exception, and no_such_mechanism.
References authentication_exception::authentication_exception().
| const char * name | ( | ) | const throw () [virtual] |
Return a name identifying the exception.
Reimplemented from exception.
Reimplemented in no_auth_information, sasl_exception, and no_such_mechanism.
1.6.2