Exception thrown by the RPC API when the communication with the remote endpoint breaks. More...
#include <RpcBrokenPipeException.hpp>

Public Member Functions | |
| RpcBrokenPipeException (bool local_is_server) | |
| Constructor. | |
| RpcBrokenPipeException (const RpcBrokenPipeException &other) noexcept=default | |
| Copy constructor. | |
| RpcBrokenPipeException & | operator= (const RpcBrokenPipeException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcBrokenPipeException () noexcept=default |
| Destructor. | |
| Public Member Functions inherited from RpcException | |
| RpcException (const std::string &message) | |
| Constructor. | |
| RpcException (const char *message) | |
| Constructor. | |
| RpcException (const RpcException &other) noexcept=default | |
| Copy constructor. | |
| RpcException & | operator= (const RpcException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcException () noexcept=default |
| Destructor. | |
| const char * | what () const noexcept |
| Returns the explanatory string. | |
Exception thrown by the RPC API when the communication with the remote endpoint breaks.
|
inline |
Constructor.
|
defaultnoexcept |
Copy constructor.
|
virtualdefaultnoexcept |
Destructor.
|
defaultnoexcept |
Copy assignment.