19#ifndef FASTDDS_DDS_RPC_EXCEPTIONS__RPCTIMEOUTEXCEPTION_HPP
20#define FASTDDS_DDS_RPC_EXCEPTIONS__RPCTIMEOUTEXCEPTION_HPP
22#include <fastdds/fastdds_dll.hpp>
23#include <fastdds/dds/rpc/exceptions/RpcException.hpp>
Base class for all exceptions thrown by the RPC API.
Definition RpcException.hpp:36
Exception thrown by the RPC API when an operation times out.
Definition RpcTimeoutException.hpp:34
RpcTimeoutException()
Constructor.
Definition RpcTimeoutException.hpp:41
RpcTimeoutException(const RpcTimeoutException &other) noexcept=default
Copy constructor.
virtual ~RpcTimeoutException() noexcept=default
Destructor.
RpcTimeoutException & operator=(const RpcTimeoutException &other) noexcept=default
Copy assignment.
Definition DomainParticipant.hpp:46