Base class for all exceptions thrown by the RPC API. More...
#include <RpcException.hpp>

Public Member Functions | |
| 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 all exceptions thrown by the RPC API.
|
inlineexplicit |
Constructor.
| message | The exception message. |
|
inlineexplicit |
Constructor.
| message | The exception message. |
|
defaultnoexcept |
Copy constructor.
|
virtualdefaultnoexcept |
Destructor.
|
defaultnoexcept |
Copy assignment.
|
inlinenoexcept |
Returns the explanatory string.