public final class ErrorHandler extends 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 String |
ERRSTR_CONNECT_TIMEOUT |
static String |
ERRSTR_CONNECTION_PARSE_ERROR |
static 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 String ERRSTR_CONNECT_TIMEOUT
public static final String ERRSTR_NO_LOGIN_INFO
public static final String ERRSTR_CONNECTION_PARSE_ERROR
Copyright © 2003, 2023, Oracle and/or its affiliates.