hyphenate_SDK3.0 3.7.6.3
hyphenate java IM SDK
Public Member Functions | List of all members
com.hyphenate.exceptions.EMServiceNotReadyException Class Reference
Inheritance diagram for com.hyphenate.exceptions.EMServiceNotReadyException:
com.hyphenate.exceptions.HyphenateException

Public Member Functions

 EMServiceNotReadyException (String desc)
 
 EMServiceNotReadyException (int errorCode, String desc)
 
 EMServiceNotReadyException (String desc, Throwable cause)
 
- Public Member Functions inherited from 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)
 

Additional Inherited Members

- Protected Attributes inherited from com.hyphenate.exceptions.HyphenateException
int errorCode = -1
 
String desc = ""
 

Constructor & Destructor Documentation

◆ EMServiceNotReadyException() [1/3]

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

Constructs an exception with the given description.

Parameters
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.

Parameters
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.

Parameters
descthe exception's description.
causethe exception's cause.

The documentation for this class was generated from the following file: