Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
SocketException.h File Reference
#include "base/BaseException.h"
#include "io/IOException.h"
Include dependency graph for SocketException.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SocketException
 SocketException generic socket exception. More...
class  SocketAddressException
 Socket bad address exception. More...
class  SocketIOCloseException
 SocketIOCloseException - Thrown if a stream cannot be closed. More...
class  SocketWithWhatException
 SocketWithWhatException - generic SocketException Exception with a generic what method impl. More...
class  SocketBindException
 SocketBindException - Thrown when a socket cannot be bound to an address. More...
class  SocketAddressInUseException
 SocketAddressInUseException Thrown when a socket cannot be bound to an address because the address is already in use. More...
class  SocketConnectException
 SocketConnectException - Thrown when a socket cannot connect to a remote endpoint. More...
class  SocketCreateException
 SocketCreateException - Thrown when a socket cannot be created (by the operating system). More...