Fast DDS  Version 3.3.0
Fast DDS
Loading...
Searching...
No Matches
RemoteOutOfResourcesError Class Reference

Exception thrown by the RPC API when the server reports out of resources. More...

#include <RemoteOutOfResourcesError.hpp>

Inheritance diagram for RemoteOutOfResourcesError:

Public Member Functions

 RemoteOutOfResourcesError ()
 Constructor.
 
 RemoteOutOfResourcesError (const char *msg)
 Constructor with custom message.
 
 RemoteOutOfResourcesError (const RemoteOutOfResourcesError &other) noexcept=default
 Copy constructor.
 
RemoteOutOfResourcesErroroperator= (const RemoteOutOfResourcesError &other) noexcept=default
 Copy assignment.
 
virtual ~RemoteOutOfResourcesError () noexcept=default
 Destructor.
 
- Public Member Functions inherited from RpcRemoteException
 RpcRemoteException (RemoteExceptionCode_t code, const char *msg)
 Constructor.
 
 RpcRemoteException (const RpcRemoteException &other) noexcept=default
 Copy constructor.
 
RpcRemoteExceptionoperator= (const RpcRemoteException &other) noexcept=default
 Copy assignment.
 
virtual ~RpcRemoteException () noexcept=default
 Destructor.
 
RemoteExceptionCode_t code () const noexcept
 Get the exception code.
 
- Public Member Functions inherited from RpcException
 RpcException (const std::string &message)
 Constructor.
 
 RpcException (const char *message)
 Constructor.
 
 RpcException (const RpcException &other) noexcept=default
 Copy constructor.
 
RpcExceptionoperator= (const RpcException &other) noexcept=default
 Copy assignment.
 
virtual ~RpcException () noexcept=default
 Destructor.
 
const char * what () const noexcept
 Returns the explanatory string.
 

Detailed Description

Exception thrown by the RPC API when the server reports out of resources.

Constructor & Destructor Documentation

◆ RemoteOutOfResourcesError() [1/3]

Constructor.

◆ RemoteOutOfResourcesError() [2/3]

RemoteOutOfResourcesError ( const char *  msg)
inline

Constructor with custom message.

Parameters
msgThe exception message.

◆ RemoteOutOfResourcesError() [3/3]

RemoteOutOfResourcesError ( const RemoteOutOfResourcesError other)
defaultnoexcept

Copy constructor.

◆ ~RemoteOutOfResourcesError()

virtual ~RemoteOutOfResourcesError ( )
virtualdefaultnoexcept

Destructor.

Member Function Documentation

◆ operator=()

RemoteOutOfResourcesError & operator= ( const RemoteOutOfResourcesError other)
defaultnoexcept

Copy assignment.


The documentation for this class was generated from the following file: