19#ifndef FASTDDS_DDS_RPC_EXCEPTIONS__RPCBROKENPIPEEXCEPTION_HPP
20#define FASTDDS_DDS_RPC_EXCEPTIONS__RPCBROKENPIPEEXCEPTION_HPP
22#include <fastdds/fastdds_dll.hpp>
23#include <fastdds/dds/rpc/exceptions/RpcException.hpp>
43 :
RpcException(local_is_server ?
"Communication lost with the client" :
"Communication lost with the server")
RpcBrokenPipeException(const RpcBrokenPipeException &other) noexcept=default
Copy constructor.
virtual ~RpcBrokenPipeException() noexcept=default
Destructor.
RpcBrokenPipeException & operator=(const RpcBrokenPipeException &other) noexcept=default
Copy assignment.
RpcBrokenPipeException(bool local_is_server)
Constructor.
Definition RpcBrokenPipeException.hpp:41
RpcException(const std::string &message)
Constructor.
Definition RpcException.hpp:45
Definition DomainParticipant.hpp:59
Definition BuiltinTopicKey.hpp:26