Jpp
|
Exception for socket channel. More...
#include <JException.hh>
Public Member Functions | |
JSocketChannelException (const std::string &error) | |
Constructor. More... | |
virtual const char * | what () const throw () |
Get error message. More... | |
Exception for socket channel.
Definition at line 450 of file JException.hh.
|
inline |
Constructor.
error | error message |
Definition at line 459 of file JException.hh.
|
inlinevirtualinherited |