Public Member Functions | |
| LinkErrorException (std::string rejectReason) | |
| ~LinkErrorException () override=default | |
| Public Member Functions inherited from SessionException | |
| SessionException (SessionErrorReason::Enum reason, std::string message) | |
| ~SessionException () override=default | |
| const char * | what () const noexcept override |
| SessionErrorReason::Enum | reason () const noexcept |
| const std::string & | toString () const noexcept |
Definition at line 108 of file SessionException.h.
|
explicit |
| rejectReason | Human-readable link error description. |
|
overridedefault |