|
int | errorCode = -1 |
|
String | desc = "" |
|
◆ EMServiceNotReadyException() [1/3]
com.hyphenate.exceptions.EMServiceNotReadyException.EMServiceNotReadyException |
( |
String |
desc | ) |
|
Constructs an exception with the given description.
- Parameters
-
desc | the 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
-
errorCode | refer to EMError for explicit error code explanation. |
desc | the exceptions' description. |
◆ EMServiceNotReadyException() [3/3]
com.hyphenate.exceptions.EMServiceNotReadyException.EMServiceNotReadyException |
( |
String |
desc, |
|
|
Throwable |
cause |
|
) |
| |
Constructs an exception with the given description.
- Parameters
-
desc | the exception's description. |
cause | the exception's cause. |
The documentation for this class was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/exceptions/EMServiceNotReadyException.java