20.1.7.4. RemoteUnknownExceptionError

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

Exception thrown by the RPC API when the service implementation raises an unspecified exception.

Public Functions

inline RemoteUnknownExceptionError()

Constructor.

inline RemoteUnknownExceptionError(const char *msg)

Constructor with custom message.

Parameters:

msg – The exception message.

RemoteUnknownExceptionError(const RemoteUnknownExceptionError &other) noexcept = default

Copy constructor.

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

Copy assignment.

virtual ~RemoteUnknownExceptionError() noexcept = default

Destructor.