libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::HttpClientSocketClosedException Class Reference

Exception class for timeouts of the HTTP client. More...

#include <HttpClient.h>

Inheritance diagram for BaseLib::HttpClientSocketClosedException:
BaseLib::HttpClientException BaseLib::Exception

Public Member Functions

 HttpClientSocketClosedException (const std::string &message)
 
- Public Member Functions inherited from BaseLib::HttpClientException
 HttpClientException (const std::string &message)
 
 HttpClientException (const std::string &message, int32_t responseCode)
 
int32_t responseCode () const
 
- Public Member Functions inherited from BaseLib::Exception
 Exception (const std::string &message)
 
 ~Exception () override=default
 

Detailed Description

Exception class for timeouts of the HTTP client.

See also
HttpClient
HTTPClientException

Constructor & Destructor Documentation

§ HttpClientSocketClosedException()

BaseLib::HttpClientSocketClosedException::HttpClientSocketClosedException ( const std::string &  message)
inlineexplicit

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