client-cpp  0.6.3
kaa::TransportException Class Reference

#include <TransportException.hpp>

+ Inheritance diagram for kaa::TransportException:
+ Collaboration diagram for kaa::TransportException:

Public Member Functions

 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::KaaException
 KaaException ()
 
 KaaException (boost::format f)
 
 KaaException (const std::string &message)
 
virtual const char * what () const throw ()
 
virtual ~KaaException () throw ()
 

Detailed Description

Definition at line 25 of file TransportException.hpp.

Constructor & Destructor Documentation

kaa::TransportException::TransportException ( )
inline

Definition at line 28 of file TransportException.hpp.

kaa::TransportException::TransportException ( const boost::system::error_code &  errorCode)
inline

Definition at line 30 of file TransportException.hpp.

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

Definition at line 34 of file TransportException.hpp.

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

Definition at line 36 of file TransportException.hpp.

Member Function Documentation

boost::system::error_code kaa::TransportException::getErrorCode ( ) const
inline

Definition at line 38 of file TransportException.hpp.


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