20.1.7.6. RemoteUnsupportedError

class RemoteUnsupportedError : public eprosima::fastdds::dds::rpc::RpcRemoteException

Exception thrown by the RPC API when the server reports an unsupported operation.

Public Functions

inline RemoteUnsupportedError()

Constructor.

inline RemoteUnsupportedError(const char *msg)

Constructor with custom message.

Parameters:

msg – The exception message.

RemoteUnsupportedError(const RemoteUnsupportedError &other) noexcept = default

Copy constructor.

RemoteUnsupportedError &operator=(const RemoteUnsupportedError &other) noexcept = default

Copy assignment.

virtual ~RemoteUnsupportedError() noexcept = default

Destructor.