TDME2  1.9.200
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ServerClientRequestHandlerHubException.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
9 
10 using std::string;
11 
12 namespace tdme {
13 namespace network {
14 namespace udpserver {
15 
16 /**
17  * Network server client request handler hub exception
18  * @author Andreas Drewke
19  */
21 public:
22  /**
23  * @brief public constructor
24  * @param &message message exception message
25  */
26  ServerClientRequestHandlerHubException(const string& message) throw();
27 };
28 
29 };
30 };
31 };
32 
Exception base class.
Definition: ExceptionBase.h:19
Definition: fwd-tdme.h:4