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

The exception for UCS_ERR_BUSY. More...

#include <exception.h>

Inheritance diagram for ucxx::BusyError:
ucxx::Error

Public Member Functions

 BusyError (const std::string &msg)
 The UCS_ERR_BUSY 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_BUSY.

The exception raised when UCS_ERR_BUSY occurs in UCX.

Constructor & Destructor Documentation

◆ BusyError()

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

The UCS_ERR_BUSY constructor.

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

Parameters
[in]msgthe explanatory string of the error.

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