Class NetworkShutdownException
Defined in File network-exception.h
Inheritance Relationships
Base Type
public std::exception
Class Documentation
-
class NetworkShutdownException : public std::exception
A class of exception specific to shutdown of endpoints within the network namespace. If we know how to gracefully shut down an endpoint, it should go through here, allowing the server to gracefully handle it after checking for dead endpoints.