#include <sock.h>
Inheritance diagram for NLNET::EAccessDenied:
Definition at line 70 of file sock.h.
Public Member Functions | |
EAccessDenied (std::string s) | |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | _Reason |
|
Definition at line 72 of file sock.h. References s.
00072 : ESocket( (std::string("Access denied: ")+s).c_str(), false ) {} |
|
Reimplemented in NL3D::EBadBind. Definition at line 672 of file common.cpp.
00673 { 00674 return _Reason.c_str(); 00675 } |
|
Definition at line 244 of file common.h. Referenced by NLMISC::Exception::Exception(). |