Class NetworkUnreachableException

Inheritance Relationships

Base Type

Class Documentation

class NetworkUnreachableException : public rcdiscover::SocketException

Exception representing a Network Unreachable error (code 101 on Unix).

Public Functions

NetworkUnreachableException(const std::string &msg, int errnum)

Constructor.

Parameters:
  • msg – error message

  • errnum – error code

virtual ~NetworkUnreachableException() = default