public class CallStateException extends Exception
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_DISCONNECTED |
static int |
ERROR_INVALID
The error code is not valid (Not received a disconnect cause)
|
Constructor and Description |
---|
CallStateException() |
CallStateException(int error,
String string) |
CallStateException(String string) |
Modifier and Type | Method and Description |
---|---|
int |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int ERROR_INVALID
public static final int ERROR_DISCONNECTED