client-cpp  0.7.0
kaa::TransportNotFoundException Class Reference

The exception is thrown to indicate that Kaa SDK isn't fully initialized. More...

#include <TransportNotFoundException.hpp>

+ Inheritance diagram for kaa::TransportNotFoundException:
+ Collaboration diagram for kaa::TransportNotFoundException:

Public Member Functions

 TransportNotFoundException (boost::format f)
 
 TransportNotFoundException (const std::string &message)
 
- 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

The exception is thrown to indicate that Kaa SDK isn't fully initialized.

In normal workflow this kind of errors shouldn't happen.

Definition at line 29 of file TransportNotFoundException.hpp.

Constructor & Destructor Documentation

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

Definition at line 31 of file TransportNotFoundException.hpp.

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

Definition at line 34 of file TransportNotFoundException.hpp.


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