Class RemoteUnsupportedError
Defined in File RemoteUnsupportedError.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcRemoteException(Class RpcRemoteException)
Class Documentation
-
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.
-
inline RemoteUnsupportedError()