VMime
|
Public Member Functions | |
certificateNotTrustedException () | |
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 a certificate cannot be verified against root and/or trusted certificates.
Constructs a certificateNotTrustedException with no detail message.
Referenced by certificateNotTrustedException::clone().
|
virtual |
Clone this object.
Reimplemented from certificateException.
References certificateNotTrustedException::certificateNotTrustedException().