Public Member Functions | |
| CannotEstablishLinkException (int errCode, std::string rejectReason) | |
| ~CannotEstablishLinkException () override=default | |
| int | errCode () const noexcept |
| 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 173 of file SessionException.h.
| CannotEstablishLinkException | ( | int | errCode, |
| std::string | rejectReason ) |
| errCode | System error code. |
| rejectReason | Link error description. |
|
overridedefault |
|
noexcept |