client-cpp  0.9.0
kaa::HttpTransportException Class Reference

#include <HttpTransportException.hpp>

+ Inheritance diagram for kaa::HttpTransportException:
+ Collaboration diagram for kaa::HttpTransportException:

Public Member Functions

 HttpTransportException (boost::format f)
 
 HttpTransportException (const std::string &message)
 
 HttpTransportException (std::int32_t statusCode, const std::string &message=std::string(""))
 
std::int32_t getHttpStatusCode ()
 
- Public Member Functions inherited from kaa::kaa::TransportException
 TransportException ()
 
 TransportException (const boost::system::error_code &errorCode)
 
 TransportException (boost::format f)
 
 TransportException (const std::string &message)
 
boost::system::error_code getErrorCode () const
 
- Public Member Functions inherited from kaa::kaa::KaaException
 KaaException ()
 
 KaaException (boost::format &f)
 
 KaaException (const std::string &message)
 
 KaaException (const std::exception &e)
 
virtual const char * what () const throw ()
 
virtual ~KaaException ()=default
 

Detailed Description

Definition at line 32 of file HttpTransportException.hpp.

Constructor & Destructor Documentation

kaa::HttpTransportException::HttpTransportException ( boost::format  f)
inline

Definition at line 34 of file HttpTransportException.hpp.

kaa::HttpTransportException::HttpTransportException ( const std::string &  message)
inline

Definition at line 37 of file HttpTransportException.hpp.

kaa::HttpTransportException::HttpTransportException ( std::int32_t  statusCode,
const std::string &  message = std::string("") 
)
inline

Definition at line 40 of file HttpTransportException.hpp.

Member Function Documentation

std::int32_t kaa::HttpTransportException::getHttpStatusCode ( )
inline

Definition at line 43 of file HttpTransportException.hpp.


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