org.openanzo.common.exceptions
Interface ExceptionConstants.DB.CODES

Enclosing interface:
ExceptionConstants.DB

public static interface ExceptionConstants.DB.CODES

Major Codes


Field Summary
static int CONNECTION_ERROR
          Error with jdbc connection Major Code
static int INVALID_CONFIG_ERROR
          Invalid DB configuration Major Code
static int MASK
          Minor Codes mask value
static int PREPARED_STATEMENT_ERROR
          Prepared Statement Major Code
static int SQL_ERROR
          SQL error Major Code
 

Field Detail

MASK

static final int MASK
Minor Codes mask value

See Also:
Constant Field Values

INVALID_CONFIG_ERROR

static final int INVALID_CONFIG_ERROR
Invalid DB configuration Major Code

See Also:
Constant Field Values

CONNECTION_ERROR

static final int CONNECTION_ERROR
Error with jdbc connection Major Code

See Also:
Constant Field Values

SQL_ERROR

static final int SQL_ERROR
SQL error Major Code

See Also:
Constant Field Values

PREPARED_STATEMENT_ERROR

static final int PREPARED_STATEMENT_ERROR
Prepared Statement Major Code

See Also:
Constant Field Values


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.