VMime
|
Public Member Functions | |
serverIdentityException () | |
exception * | clone () const |
![]() | |
certificateException () | |
certificateException (const std::string &what) | |
~certificateException () throw () | |
void | setCertificate (shared_ptr< certificate > cert) |
shared_ptr< certificate > | getCertificate () |
![]() | |
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 () |
virtual const char * | name () const throw () |
Thrown when the subject name of a certificate does not match the hostname of the server.
Constructs a serverIdentityException with no detail message.
Referenced by serverIdentityException::clone().
|
virtual |
Clone this object.
Reimplemented from certificateException.
References serverIdentityException::serverIdentityException().