hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
|
Inherits Exception.
Public Member Functions | |
HyphenateException (String desc) | |
HyphenateException (String desc, Throwable cause) | |
HyphenateException (int errorCode, String desc) | |
int | getErrorCode () |
String | getDescription () |
void | setErrorCode (int errorCode) |
The exception class that inherits from Exception
.
com.hyphenate.exceptions.HyphenateException.HyphenateException | ( | String | desc | ) |
Constructs an exception with the given description.
desc | The exception description. |
com.hyphenate.exceptions.HyphenateException.HyphenateException | ( | String | desc, |
Throwable | cause | ||
) |
Constructs an exception with the given description and exception cause.
desc | The exception description. |
cause | The exception cause. |
com.hyphenate.exceptions.HyphenateException.HyphenateException | ( | int | errorCode, |
String | desc | ||
) |
Constructs an exception with the given description and error code.
errorCode | The error code. |
desc | The exception description. |
String com.hyphenate.exceptions.HyphenateException.getDescription | ( | ) |
Gets the exception description.
int com.hyphenate.exceptions.HyphenateException.getErrorCode | ( | ) |
Gets the error code.
void com.hyphenate.exceptions.HyphenateException.setErrorCode | ( | int | errorCode | ) |
Sets the error code.
errorCode | The error code to set. |