hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
Public 成员函数 | 所有成员列表
com.hyphenate.exceptions.EMServiceNotReadyException类 参考
类 com.hyphenate.exceptions.EMServiceNotReadyException 继承关系图:
com.hyphenate.exceptions.HyphenateException

Public 成员函数

 EMServiceNotReadyException (String desc)
 
 EMServiceNotReadyException (int errorCode, String desc)
 
 EMServiceNotReadyException (String desc, Throwable cause)
 
- Public 成员函数 继承自 com.hyphenate.exceptions.HyphenateException
 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 属性 继承自 com.hyphenate.exceptions.HyphenateException
int errorCode = -1
 
String desc = ""
 

构造及析构函数说明

◆ EMServiceNotReadyException() [1/3]

com.hyphenate.exceptions.EMServiceNotReadyException.EMServiceNotReadyException ( String  desc)

Constructs an exception with the given description.

参数
descthe exception's description.

◆ EMServiceNotReadyException() [2/3]

com.hyphenate.exceptions.EMServiceNotReadyException.EMServiceNotReadyException ( int  errorCode,
String  desc 
)

Constructs an exception with the given description and error code.

参数
errorCoderefer to EMError for explicit error code explanation.
descthe exceptions' description.

◆ EMServiceNotReadyException() [3/3]

com.hyphenate.exceptions.EMServiceNotReadyException.EMServiceNotReadyException ( String  desc,
Throwable  cause 
)

Constructs an exception with the given description.

参数
descthe exception's description.
causethe exception's cause.

该类的文档由以下文件生成: