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

Public Member Functions

 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 Attributes

int errorCode = -1
 
String desc = ""
 

Constructor & Destructor Documentation

◆ HyphenateException() [1/2]

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

Constructs an exception with the given description.

Parameters
descthe exception's description.

◆ HyphenateException() [2/2]

com.hyphenate.exceptions.HyphenateException.HyphenateException ( 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: