Class RpcTimeoutException
Defined in File RpcTimeoutException.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcException
(Class RpcException)
Class Documentation
-
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.
-
inline RpcTimeoutException()