#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.
Definition at line 36 of file socket.h.
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.