jsocketpp 1.0
A cross-platform C++20 socket library.
Loading...
Searching...
No Matches
jsocketpp::SocketTimeoutException Member List

This is the complete list of members for jsocketpp::SocketTimeoutException, including all inherited members.

_errorCodejsocketpp::SocketExceptionprivate
_nestedjsocketpp::SocketExceptionprivate
buildErrorMessage(const std::string &msg, const int code)jsocketpp::SocketExceptioninlineprivatestatic
getErrorCode() const noexceptjsocketpp::SocketExceptioninline
getNestedException() const noexceptjsocketpp::SocketExceptioninline
SocketException(const std::string &message="SocketException")jsocketpp::SocketExceptioninlineexplicit
SocketException(const int code, const std::string &message="SocketException")jsocketpp::SocketExceptioninlineexplicit
SocketException(const std::string &message, std::exception_ptr nested)jsocketpp::SocketExceptioninline
SocketTimeoutException(const int errorCode=JSOCKETPP_TIMEOUT_CODE, std::string message="")jsocketpp::SocketTimeoutExceptioninlineexplicit
~SocketException() override=defaultjsocketpp::SocketException