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