3#ifndef ICE_SSL_EXCEPTION_H
4#define ICE_SSL_EXCEPTION_H
7#include "../LocalException.h"
19 [[nodiscard]]
const char*
ice_id() const noexcept final;
28 [[nodiscard]]
const char*
ice_id() const noexcept override;
LocalException(const char *file, int line, std::string message)
Constructs a local exception.
Base class for all Ice exceptions not defined in Slice.
LocalException(const char *file, int line, std::string message)
Constructs a local exception.
const char * ice_id() const noexcept override
Returns the type ID of this exception.
The exception that is thrown when a certificate cannot be encoded.
const char * ice_id() const noexcept final
Returns the type ID of this exception.
The exception that is thrown when a certificate cannot be read.
Secure connections with SSL/TLS.