Public Member Functions | |
| CannotEstablishLinkException (int errCode, const std::string &rejectReason) | |
| ~CannotEstablishLinkException () noexcept override=default | |
| int | errCode () const noexcept |
| Public Member Functions inherited from SessionException | |
| SessionException (SessionErrorReason::Enum reason, const std::string &message) | |
| SessionException (SessionErrorReason::Enum reason, const std::string &message, const std::exception &cause) | |
| ~SessionException () noexcept override=default | |
| const char * | what () const noexcept override |
| SessionErrorReason::Enum | reason () const noexcept |
| const std::string & | toString () const noexcept |
Definition at line 194 of file SessionException.h.
| CannotEstablishLinkException | ( | int | errCode, |
| const std::string & | rejectReason ) |
Constructor.
| errCode | system error code (if present). |
| rejectReason | the telecommunication link error description. |
|
overridedefaultnoexcept |
|
noexcept |