Public Member Functions | |
| ResponseTimeoutException (const std::string &rejectReason, int timeoutMilliseconds) | |
| ~ResponseTimeoutException () noexcept override=default | |
| int | timeout () 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 159 of file SessionException.h.
|
inlineexplicit |
Definition at line 163 of file SessionException.h.
|
overridedefaultnoexcept |
|
inlinenoexcept |
Definition at line 171 of file SessionException.h.