

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