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

#include <NetworkingException.h>

Detailed Description

Generic networking exception.

Base class to several more specific exceptions.

Inheritance diagram for tenduke::net::NetworkingException:
tenduke::TendukeException tenduke::http::HTTPException tenduke::http::HTTPRequestException tenduke::net::RequestTimedOut tenduke::net::URLException tenduke::net::UnknownHostException tenduke::http::HTTPResponseException tenduke::net::MalformedURLException tenduke::http::ClientError tenduke::http::ServerError tenduke::se::http::APIException tenduke::http::BadRequest tenduke::http::Forbidden tenduke::http::NotFound tenduke::http::Unauthorized tenduke::se::http::ClientError tenduke::se::http::ServerError tenduke::se::http::BadRequest tenduke::se::http::Conflict tenduke::se::http::Forbidden tenduke::se::http::NotFound tenduke::se::http::TooManyRequests tenduke::se::http::Unauthorized

Public Member Functions

 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

◆ NetworkingException()

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

Constructs new instance.

Parameters
message-

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