20.1.7.3. RemoteOutOfResourcesError¶
-
class RemoteOutOfResourcesError : public eprosima::fastdds::dds::rpc::RpcRemoteException¶
Exception thrown by the RPC API when the server reports out of resources.
Public Functions
-
inline RemoteOutOfResourcesError()¶
Constructor.
-
inline RemoteOutOfResourcesError(const char *msg)¶
Constructor with custom message.
- Parameters:
msg – The exception message.
-
RemoteOutOfResourcesError(const RemoteOutOfResourcesError &other) noexcept = default¶
Copy constructor.
-
RemoteOutOfResourcesError &operator=(const RemoteOutOfResourcesError &other) noexcept = default¶
Copy assignment.
-
virtual ~RemoteOutOfResourcesError() noexcept = default¶
Destructor.
-
inline RemoteOutOfResourcesError()¶