client-cpp
0.10.0
|
The exception is thrown to indicate that Kaa SDK isn't fully initialized. More...
#include <TransportNotFoundException.hpp>
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 () noexcept=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.