public class AdbClientException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_DATA_ERROR |
static int |
CLOSE_CONNECTION_ERROR |
static int |
COMMIT_ERROR_DATA_LIST |
static int |
COMMIT_ERROR_OTHER |
static int |
CONFIG_ERROR |
static int |
CREATE_CONNECTION_ERROR |
static int |
OTHER |
static int |
SQL_LENGTH_LIMIT |
static int |
STOP_ERROR |
| Constructor and Description |
|---|
AdbClientException(int code,
java.util.List<java.lang.String> errData,
java.lang.Throwable e) |
AdbClientException(int code,
java.lang.String message,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.util.List<java.lang.String> |
getErrData() |
java.lang.String |
getMessage() |
public static final int SQL_LENGTH_LIMIT
public static final int COMMIT_ERROR_DATA_LIST
public static final int COMMIT_ERROR_OTHER
public static final int ADD_DATA_ERROR
public static final int CREATE_CONNECTION_ERROR
public static final int CLOSE_CONNECTION_ERROR
public static final int CONFIG_ERROR
public static final int STOP_ERROR
public static final int OTHER
Copyright © 2018 Alibaba Group. All rights reserved.