unity.scopes.TimeoutException
Exception to indicate that a twoway request timed out. More...
#include <unity/scopes/ScopeExceptions.h>
Inheritance diagram for unity::scopes::TimeoutException:
src="https://assets.ubuntu.com/v1/57bc631a-classunity_1_1scopes_1_1_timeout_exception__inherit__graph.png" border="0" alt="Inheritance graph"/>
Public Member Functions | |
| TimeoutException (std::string const &reason) | |
| Constructs the exception. More... | |
| virtual std::exception_ptr | self () const override |
Returns a std::exception_ptr to this. More... | |
| Copy and assignment | |
Copy constructor and assignment operator have the usual value semantics. | |
| TimeoutException (TimeoutException const &) | |
| TimeoutException & | operator= (TimeoutException const &) |
| MiddlewareException (std::string const &reason) | |
| Constructs the exception. More... | |
| MiddlewareException (MiddlewareException const &) | |
| MiddlewareException & | operator= (MiddlewareException const &) |
Detailed Description
Exception to indicate that a twoway request timed out.
Constructor & Destructor Documentation
|
explicit |
Constructs the exception.
- Parameters
-
reason Further details about the cause of the exception.
Member Function Documentation
|
overridevirtual |
Returns a std::exception_ptr to this.
- Returns
std::exception_ptrtothis.
Reimplemented from unity::scopes::MiddlewareException.