hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
|
Public 成员函数 | |
HyphenateException (String desc) | |
HyphenateException (EMAError error) | |
HyphenateException (String desc, Throwable cause) | |
HyphenateException (int errorCode, String desc) | |
int | getErrorCode () |
String | getDescription () |
void | setErrorCode (int errorCode) |
Protected 属性 | |
int | errorCode = -1 |
String | desc = "" |
com.hyphenate.exceptions.HyphenateException.HyphenateException | ( | String | desc | ) |
Constructs an exception with the given description.
desc | the exception's description. |
com.hyphenate.exceptions.HyphenateException.HyphenateException | ( | String | desc, |
Throwable | cause | ||
) |
Constructs an exception with the given description.
desc | the exception's description. |
cause | the exception's cause. |