The exception for UCS_ERR_REJECTED
.
More...
#include <exception.h>
Public Member Functions | |
RejectedError (const std::string &msg) | |
The UCS_ERR_REJECTED constructor. More... | |
![]() | |
Error (const std::string &msg) | |
The base class constructor. More... | |
const char * | what () const noexcept override |
Returns an explanatory string. More... | |
The exception for UCS_ERR_REJECTED
.
The exception raised when UCS_ERR_REJECTED
occurs in UCX.
|
inlineexplicit |
The UCS_ERR_REJECTED
constructor.
The constructor for an exception raised with UCS_ERR_REJECTED
occurs in UCX.
[in] | msg | the explanatory string of the error. |