20.1.7.5. RemoteUnknownOperationError¶
-
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()¶