10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::net::UnknownHostException Class Reference

#include <UnknownHostException.h>

Detailed Description

A tenduke::net::NetworkingException thrown when the host is not found.

In most applications this is usually configuration error and in those cases request is usually not re-tryable.

Inheritance diagram for tenduke::net::UnknownHostException:
tenduke::net::NetworkingException tenduke::TendukeException

Public Member Functions

 UnknownHostException (const std::string &message)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::net::NetworkingException
 NetworkingException (const std::string &message)
 Constructs new instance.
 
- Public Member Functions inherited from tenduke::TendukeException
 TendukeException (const std::string &message)
 Constructs new instance.
 

Constructor & Destructor Documentation

◆ UnknownHostException()

tenduke::net::UnknownHostException::UnknownHostException ( const std::string &  message)
inlineexplicit

Constructs new instance.

Parameters
message-

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