Class RpcBrokenPipeException
Defined in File RpcBrokenPipeException.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcException
(Class RpcException)
Class Documentation
-
class RpcBrokenPipeException : public eprosima::fastdds::dds::rpc::RpcException
Exception thrown by the RPC API when the communication with the remote endpoint breaks.
Public Functions
-
inline 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.
-
inline RpcBrokenPipeException(bool local_is_server)