Exception thrown by the RPC API when an operation times out. More...
#include <RpcTimeoutException.hpp>

Public Member Functions | |
| RpcTimeoutException () | |
| Constructor. | |
| RpcTimeoutException (const RpcTimeoutException &other) noexcept=default | |
| Copy constructor. | |
| RpcTimeoutException & | operator= (const RpcTimeoutException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcTimeoutException () noexcept=default |
| Destructor. | |
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. | |
Exception thrown by the RPC API when an operation times out.
|
inline |
Constructor.
|
defaultnoexcept |
Copy constructor.
|
virtualdefaultnoexcept |
Destructor.
|
defaultnoexcept |
Copy assignment.