|
client-cpp
0.8.1
|
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::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 |
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.
|
inline |
Definition at line 31 of file TransportNotFoundException.hpp.
|
inline |
Definition at line 34 of file TransportNotFoundException.hpp.