Thrown if the certificate cannot be read.
More...
#include <IceSSL/IceSSL.h>
|
| | CertificateReadException (const char *, int, const std::string &) |
| virtual std::string | ice_id () const |
| | Returns the type ID of this exception.
|
| virtual | ~CertificateReadException () throw () |
| std::unique_ptr< CertificateReadException > | ice_clone () const |
| virtual void | ice_throw () const override |
| | Throws this exception.
|
| | Exception () |
| | Constructs the exception.
|
| | Exception (const char *file, int line) |
| | Constructs the exception.
|
| std::unique_ptr< Exception > | ice_clone () const |
| | Returns a shallow polymorphic copy of this exception.
|
| const char * | ice_file () const |
| | Returns the name of the file where this exception was constructed.
|
| int | ice_line () const |
| | Returns the line number where this exception was constructed.
|
| virtual void | ice_print (std::ostream &os) const |
| | Outputs a description of this exception to a stream.
|
| std::string | ice_stackTrace () const |
| | Returns the stack trace at the point this exception was constructed.
|
| virtual const char * | what () const throw () |
| | Returns a description of this exception.
|
| virtual | ~Exception () throw () =0 |
|
| std::string | reason |
| | The reason for the exception.
|
Thrown if the certificate cannot be read.
◆ CertificateReadException()
| IceSSL::CertificateReadException::CertificateReadException |
( |
const char * | , |
|
|
int | , |
|
|
const std::string & | ) |
◆ ~CertificateReadException()
| virtual IceSSL::CertificateReadException::~CertificateReadException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ ice_id()
| virtual std::string IceSSL::CertificateReadException::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::CertificateReadException::reason |
The reason for the exception.
The documentation for this class was generated from the following file: