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

Exception thrown by the RPC API when the server does not recognize the invoked operation. More...

#include <RemoteUnknownOperationError.hpp>

Inheritance diagram for RemoteUnknownOperationError:

Public Member Functions

 RemoteUnknownOperationError ()
 Constructor.
 
 RemoteUnknownOperationError (const char *msg)
 Constructor with custom message.
 
 RemoteUnknownOperationError (const RemoteUnknownOperationError &other) noexcept=default
 Copy constructor.
 
RemoteUnknownOperationErroroperator= (const RemoteUnknownOperationError &other) noexcept=default
 Copy assignment.
 
virtual ~RemoteUnknownOperationError () 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 does not recognize the invoked operation.

Constructor & Destructor Documentation

◆ RemoteUnknownOperationError() [1/3]

Constructor.

◆ RemoteUnknownOperationError() [2/3]

RemoteUnknownOperationError ( const char *  msg)
inline

Constructor with custom message.

Parameters
msgThe exception message.

◆ RemoteUnknownOperationError() [3/3]

RemoteUnknownOperationError ( const RemoteUnknownOperationError other)
defaultnoexcept

Copy constructor.

◆ ~RemoteUnknownOperationError()

virtual ~RemoteUnknownOperationError ( )
virtualdefaultnoexcept

Destructor.

Member Function Documentation

◆ operator=()

RemoteUnknownOperationError & operator= ( const RemoteUnknownOperationError other)
defaultnoexcept

Copy assignment.


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