Class RemoteUnknownOperationError
Defined in File RemoteUnknownOperationError.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcRemoteException(Class RpcRemoteException)
Class Documentation
-
class RemoteUnknownOperationError : public eprosima::fastdds::dds::rpc::RpcRemoteException
Exception thrown by the RPC API when the server does not recognize the invoked operation.
Public Functions
-
inline RemoteUnknownOperationError()
Constructor.
-
inline RemoteUnknownOperationError(const char *msg)
Constructor with custom message.
- Parameters:
msg – The exception message.
-
RemoteUnknownOperationError(const RemoteUnknownOperationError &other) noexcept = default
Copy constructor.
-
RemoteUnknownOperationError &operator=(const RemoteUnknownOperationError &other) noexcept = default
Copy assignment.
-
virtual ~RemoteUnknownOperationError() noexcept = default
Destructor.
-
inline RemoteUnknownOperationError()