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

#include <Http.h>

Inheritance diagram for BaseLib::HttpException:
BaseLib::Exception

Public Member Functions

 HttpException (std::string message)
 
 HttpException (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
 

Constructor & Destructor Documentation

§ HttpException() [1/2]

BaseLib::HttpException::HttpException ( std::string  message)
inline

§ HttpException() [2/2]

BaseLib::HttpException::HttpException ( std::string  message,
int32_t  responseCode 
)
inline

Member Function Documentation

§ responseCode()

int32_t BaseLib::HttpException::responseCode ( ) const
inline

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