|
| HyphenateException (String desc) |
|
| HyphenateException (EMAError error) |
|
| HyphenateException (String desc, Throwable cause) |
|
| HyphenateException (int errorCode, String desc) |
|
int | getErrorCode () |
|
String | getDescription () |
|
void | setErrorCode (int errorCode) |
|
|
int | errorCode = -1 |
|
String | desc = "" |
|
◆ HyphenateException() [1/2]
com.hyphenate.exceptions.HyphenateException.HyphenateException |
( |
String |
desc | ) |
|
Constructs an exception with the given description.
- Parameters
-
desc | the exception's description. |
◆ HyphenateException() [2/2]
com.hyphenate.exceptions.HyphenateException.HyphenateException |
( |
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/HyphenateException.java