TDME2  1.9.200
NetworkKEMException.cpp
Go to the documentation of this file.
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
8 using std::string;
11 
12 NetworkKEMException::NetworkKEMException(const string &message) throw() : NetworkException(message) {
13 }
14 
Base exception class for network exceptions.
Kernel event mechanism exception class.