|
10Duke Enterprise C++ Client
|
#include <UnknownHostException.h>
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.
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. | |
|
inlineexplicit |
Constructs new instance.
| message | - |