Public Member Functions | |
| CannotEstablishLinkException (const std::string &rejectReason, const std::exception &cause) | |
| ~CannotEstablishLinkException () noexcept override=default | |
| 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 |
| const std::string & | toString () const |
Definition at line 189 of file SessionException.h.
| CannotEstablishLinkException | ( | const std::string & | rejectReason, |
| const std::exception & | cause ) |
Constructor.
| rejectReason | the telecommunication link error description. |
| cause | the source exception. |
|
overridedefaultnoexcept |