Class RpcOperationError
Defined in File RpcOperationError.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcException(Class RpcException)
Class Documentation
-
class RpcOperationError : public eprosima::fastdds::dds::rpc::RpcException
Base class for exceptions thrown by the RPC API when the server communicates an error.
Public Functions
-
inline RpcOperationError(const std::string &message)
Constructor.
-
inline RpcOperationError(const char *message)
Constructor.
-
RpcOperationError(const RpcOperationError &other) noexcept = default
Copy constructor.
-
RpcOperationError &operator=(const RpcOperationError &other) noexcept = default
Copy assignment.
-
virtual ~RpcOperationError() noexcept = default
Destructor.
-
inline RpcOperationError(const std::string &message)