public final class ErrorHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_PARSE_ERROR |
static int |
CONNECT_TIMED_OUT |
static int |
CONNECTION_COULD_NOT_BE_ESTABLISHED |
static int |
CONNECTION_NO_LOGIN_INFO |
static int |
CREATE_ERROR |
static java.lang.String |
ERRSTR_CONNECT_TIMEOUT |
static java.lang.String |
ERRSTR_CONNECTION_PARSE_ERROR |
static java.lang.String |
ERRSTR_NO_LOGIN_INFO |
static int |
OPCODE_FAILED_DUE_TO_CONNECTION_ERR |
static int |
WAIT_ERROR |
Constructor and Description |
---|
ErrorHandler() |
public static final int CONNECT_TIMED_OUT
public static final int CONNECTION_COULD_NOT_BE_ESTABLISHED
public static final int OPCODE_FAILED_DUE_TO_CONNECTION_ERR
public static final int WAIT_ERROR
public static final int CONNECTION_NO_LOGIN_INFO
public static final int CONNECT_PARSE_ERROR
public static final int CREATE_ERROR
public static final java.lang.String ERRSTR_CONNECT_TIMEOUT
public static final java.lang.String ERRSTR_NO_LOGIN_INFO
public static final java.lang.String ERRSTR_CONNECTION_PARSE_ERROR