|
VMime
|


Public Member Functions | |
| certificateExpiredException () | |
| exception * | clone () const |
Public Member Functions inherited from certificateException | |
| certificateException () | |
| certificateException (const std::string &what) | |
| ~certificateException () throw () | |
| void | setCertificate (shared_ptr< certificate > cert) |
| shared_ptr< certificate > | getCertificate () |
| shared_ptr< const certificate > | getCertificate () const |
Public Member Functions inherited from exception | |
| 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 current date and time is after the validity period specified in the certificate.
Constructs a certificateExpiredException with no detail message.
Referenced by certificateExpiredException::clone().
|
virtual |
Clone this object.
Reimplemented from certificateException.
References certificateExpiredException::certificateExpiredException().