Thrown if the certificate cannot be encoded.
More...
#include <IceSSL/IceSSL.h>
|
| std::string | reason |
| | The reason for the exception.
|
Thrown if the certificate cannot be encoded.
◆ CertificateEncodingException()
| IceSSL::CertificateEncodingException::CertificateEncodingException |
( |
const char * | , |
|
|
int | , |
|
|
const std::string & | ) |
◆ ~CertificateEncodingException()
| virtual IceSSL::CertificateEncodingException::~CertificateEncodingException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ ice_clone()
Creates a shallow copy of this exception.
- Returns
- The new exception instance.
Implements IceUtil::Exception.
◆ ice_id()
| virtual std::string IceSSL::CertificateEncodingException::ice_id |
( |
| ) |
const |
|
virtual |
Returns the type ID of this exception.
This corresponds to the Slice type ID for Slice-defined exceptions, and to a similar fully scoped name for other exceptions. For example "::IceUtil::SyscallException".
- Returns
- The type ID of this exception
Implements IceUtil::Exception.
◆ reason
| std::string IceSSL::CertificateEncodingException::reason |
The reason for the exception.
The documentation for this class was generated from the following file: