Fawkes API
Fawkes Development Version
|
#include <netcomm/socket/socket.h>
Public Member Functions | |
SocketException (const char *msg, int _errno) | |
Constructor. | |
SocketException (const char *msg) | |
Constructor. |
Socket exception.
Thrown if an exception occurs in a socket. If the error was caused by a system call that sets errno this is given to the exception.
fawkes::SocketException::SocketException | ( | const char * | msg, |
int | _errno | ||
) |
Constructor.
msg | reason of the exception |
_errno | error number (errno returned by a syscall) |
Definition at line 82 of file socket.cpp.
fawkes::SocketException::SocketException | ( | const char * | msg | ) |
Constructor.
msg | reason that caused the exception. |
Definition at line 72 of file socket.cpp.