client-cpp  0.8.1
TransportNotFoundException.hpp
Go to the documentation of this file.
1 
17 #ifndef TRANSPORTNOTFOUNDEXCEPTION_HPP_
18 #define TRANSPORTNOTFOUNDEXCEPTION_HPP_
19 
21 
22 namespace kaa {
23 
30 public:
31  TransportNotFoundException(boost::format f)
32  : KaaException(f) {}
33 
34  TransportNotFoundException(const std::string& message)
35  : KaaException(message) {}
36 };
37 
38 } /* namespace kaa */
39 
40 #endif /* TRANSPORTNOTFOUNDEXCEPTION_HPP_ */
TransportNotFoundException(const std::string &message)
The exception is thrown to indicate that Kaa SDK isn't fully initialized.