20.1.7.23. RpcTimeoutException

class RpcTimeoutException : public eprosima::fastdds::dds::rpc::RpcException

Exception thrown by the RPC API when an operation times out.

Public Functions

inline RpcTimeoutException()

Constructor.

RpcTimeoutException(const RpcTimeoutException &other) noexcept = default

Copy constructor.

RpcTimeoutException &operator=(const RpcTimeoutException &other) noexcept = default

Copy assignment.

virtual ~RpcTimeoutException() noexcept = default

Destructor.