client-cpp  0.8.1
UnavailableTopicException.hpp
Go to the documentation of this file.
1 
17 #ifndef UNAVAILABLETOPICEXCEPTION_HPP_
18 #define UNAVAILABLETOPICEXCEPTION_HPP_
19 
21 
22 namespace kaa {
23 
25 public:
26  UnavailableTopicException(boost::format f) : KaaException(f) {}
27  UnavailableTopicException(const std::string& message) : KaaException(message) {}
28 };
29 
30 } /* namespace kaa */
31 
32 #endif /* UNAVAILABLETOPICEXCEPTION_HPP_ */
UnavailableTopicException(const std::string &message)