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

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

#include <RemoteUnknownExceptionError.hpp>

Inheritance diagram for RemoteUnknownExceptionError:

Public Member Functions

 RemoteUnknownExceptionError ()
 Constructor.
 
 RemoteUnknownExceptionError (const char *msg)
 Constructor with custom message.
 
 RemoteUnknownExceptionError (const RemoteUnknownExceptionError &other) noexcept=default
 Copy constructor.
 
RemoteUnknownExceptionErroroperator= (const RemoteUnknownExceptionError &other) noexcept=default
 Copy assignment.
 
virtual ~RemoteUnknownExceptionError () 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 service implementation raises an unspecified exception.

Constructor & Destructor Documentation

◆ RemoteUnknownExceptionError() [1/3]

Constructor.

◆ RemoteUnknownExceptionError() [2/3]

RemoteUnknownExceptionError ( const char *  msg)
inline

Constructor with custom message.

Parameters
msgThe exception message.

◆ RemoteUnknownExceptionError() [3/3]

RemoteUnknownExceptionError ( const RemoteUnknownExceptionError other)
defaultnoexcept

Copy constructor.

◆ ~RemoteUnknownExceptionError()

virtual ~RemoteUnknownExceptionError ( )
virtualdefaultnoexcept

Destructor.

Member Function Documentation

◆ operator=()

RemoteUnknownExceptionError & operator= ( const RemoteUnknownExceptionError other)
defaultnoexcept

Copy assignment.


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