All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Member Functions | List of all members
ucxx::TimedOutError Class Reference

The exception for UCS_ERR_TIMED_OUT. More...

#include <exception.h>

Inheritance diagram for ucxx::TimedOutError:
ucxx::Error

Public Member Functions

 TimedOutError (const std::string &msg)
 The UCS_ERR_TIMED_OUT constructor. More...
 
- Public Member Functions inherited from ucxx::Error
 Error (const std::string &msg)
 The base class constructor. More...
 
const char * what () const noexcept override
 Returns an explanatory string. More...
 

Detailed Description

The exception for UCS_ERR_TIMED_OUT.

The exception raised when UCS_ERR_TIMED_OUT occurs in UCX.

Constructor & Destructor Documentation

◆ TimedOutError()

ucxx::TimedOutError::TimedOutError ( const std::string &  msg)
inlineexplicit

The UCS_ERR_TIMED_OUT constructor.

The constructor for an exception raised with UCS_ERR_TIMED_OUT occurs in UCX.

Parameters
[in]msgthe explanatory string of the error.

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