ot::net
class NoRouteToHostException
#include "ot/net/NoRouteToHostException.h"
Thrown when an error occurs while attempting to connect a socket to a remote IP address and port. This indicates that the remote IP address was either unreachable or that the request timed-out for another reason.
Constructor/Destructor Detail |
NoRouteToHostException
NoRouteToHostException(const String& message)
-
Constructs a NoRouteToHostException with a detail message.
- Parameters:
message
-
the detail message.
getExceptionType
virtual String getExceptionType() const
-
Returns the class name as a String.
This method should be overridden in all derived classes to return the name of the derived class.
- See also:
-
getDescription()
Found a bug or missing feature? Please email us at support@elcel.com