31 #ifndef SOCKETEXCEPTIONS_H_ 32 #define SOCKETEXCEPTIONS_H_ 34 #include "../Exception.h" SocketClosedException(const std::string &message)
Definition: SocketExceptions.h:72
SocketSizeMismatchException(const std::string &message)
Definition: SocketExceptions.h:48
Definition: SocketExceptions.h:69
Definition: SocketExceptions.h:93
Definition: BaseLib.cpp:34
Definition: SocketExceptions.h:81
Definition: SocketExceptions.h:39
SocketTimeOutException(const std::string &message)
Definition: SocketExceptions.h:61
Definition: SocketExceptions.h:87
Definition: SocketExceptions.h:45
SocketTimeOutException(const std::string &message, SocketTimeOutType type)
Definition: SocketExceptions.h:62
SocketSslException(const std::string &message)
Definition: SocketExceptions.h:90
Definition: SocketExceptions.h:99
SocketDataLimitException(const std::string &message)
Definition: SocketExceptions.h:84
SocketSslHandshakeFailedException(const std::string &message)
Definition: SocketExceptions.h:96
SocketTimeOutType getType()
Definition: SocketExceptions.h:64
SocketBindException(const std::string &message)
Definition: SocketExceptions.h:102
Definition: SocketExceptions.h:51
Definition: SocketExceptions.h:75
SocketOperationException(const std::string &message)
Definition: SocketExceptions.h:42
Base class for all exceptions defined in Homegear.
Definition: Exception.h:41
SocketTimeOutType
Definition: SocketExceptions.h:54
SocketInvalidParametersException(const std::string &message)
Definition: SocketExceptions.h:78
SocketAddressInUseException(const std::string &message)
Definition: SocketExceptions.h:108
Definition: SocketExceptions.h:105