Class RpcFeedCancelledException
Defined in File RpcFeedCancelledException.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcException
(Class RpcException)
Class Documentation
-
class RpcFeedCancelledException : public eprosima::fastdds::dds::rpc::RpcException
Exception thrown by the RPC API when the client cancels an input feed.
Public Functions
-
inline RpcFeedCancelledException(RpcStatusCode reason)
Constructor.
-
RpcFeedCancelledException(const RpcFeedCancelledException &other) noexcept = default
Copy constructor.
-
RpcFeedCancelledException &operator=(const RpcFeedCancelledException &other) noexcept = default
Copy assignment.
-
virtual ~RpcFeedCancelledException() noexcept = default
Destructor.
-
inline RpcFeedCancelledException(RpcStatusCode reason)