Base class for exceptions that map to a RpcExceptionCode_t. More...
#include <RpcRemoteException.hpp>

Public Member Functions | |
| RpcRemoteException (RemoteExceptionCode_t code, const char *msg) | |
| Constructor. | |
| RpcRemoteException (const RpcRemoteException &other) noexcept=default | |
| Copy constructor. | |
| RpcRemoteException & | operator= (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. | |
| RpcException & | operator= (const RpcException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcException () noexcept=default |
| Destructor. | |
| const char * | what () const noexcept |
| Returns the explanatory string. | |
Base class for exceptions that map to a RpcExceptionCode_t.
|
inline |
Constructor.
|
defaultnoexcept |
Copy constructor.
|
virtualdefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the exception code.
|
defaultnoexcept |
Copy assignment.