Package com.portal.pfc.infranet.connpool
Class ErrorHandler
java.lang.Object
com.portal.pfc.infranet.connpool.ErrorHandler
Error Handler class
Encapsulates all the error codes and Error Strings.
-
Field Details
-
CONNECT_TIMED_OUT
public static final int CONNECT_TIMED_OUT- See Also:
-
CONNECTION_COULD_NOT_BE_ESTABLISHED
public static final int CONNECTION_COULD_NOT_BE_ESTABLISHED- See Also:
-
OPCODE_FAILED_DUE_TO_CONNECTION_ERR
public static final int OPCODE_FAILED_DUE_TO_CONNECTION_ERR- See Also:
-
WAIT_ERROR
public static final int WAIT_ERROR- See Also:
-
CONNECTION_NO_LOGIN_INFO
public static final int CONNECTION_NO_LOGIN_INFO- See Also:
-
CONNECT_PARSE_ERROR
public static final int CONNECT_PARSE_ERROR- See Also:
-
CREATE_ERROR
public static final int CREATE_ERROR- See Also:
-
ERRSTR_CONNECT_TIMEOUT
- See Also:
-
ERRSTR_NO_LOGIN_INFO
- See Also:
-
ERRSTR_CONNECTION_PARSE_ERROR
- See Also:
-
-
Constructor Details
-
ErrorHandler
public ErrorHandler()
-