VMime
serverIdentityException Class Reference
Inheritance diagram for serverIdentityException:
Collaboration diagram for serverIdentityException:

Public Member Functions

 serverIdentityException ()
 
exceptionclone () const
 
- Public Member Functions inherited from certificateException
 certificateException ()
 
 certificateException (const std::string &what)
 
 ~certificateException () throw ()
 
void setCertificate (shared_ptr< certificate > cert)
 
shared_ptr< certificategetCertificate ()
 
- 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 exceptionother () const throw ()
 
virtual const char * name () const throw ()
 

Detailed Description

Thrown when the subject name of a certificate does not match the hostname of the server.

Constructor & Destructor Documentation

Constructs a serverIdentityException with no detail message.

Referenced by serverIdentityException::clone().

Member Function Documentation

exception * clone ( ) const
virtual

Clone this object.

Returns
a new copy of this object

Reimplemented from certificateException.

References serverIdentityException::serverIdentityException().


The documentation for this class was generated from the following files: