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

Enclosing interface:
ExceptionConstants.CLIENT

public static interface ExceptionConstants.CLIENT.CODES

Major Codes


Field Summary
static int CORE_ERROR
          Core error Major Code
static int DATASETSERVICE_ERROR
          Datasetservice error Major Code
static int LOCAL_PERSISTENCE
          Local persistence error Major Code
static int MASK
          Major Codes mask value
static int PROXY_GRAPH_ERROR
          Proxy Graph error Major Code
static int REPLICATION
          Client replication error Major Code
static int SQL_ERROR
          Local SQL error Major Code
static int TRANSACTION_GRAPH_ERROR
          Transaction Graph error Major Code
 

Field Detail

MASK

static final int MASK
Major Codes mask value

See Also:
Constant Field Values

REPLICATION

static final int REPLICATION
Client replication error Major Code

See Also:
Constant Field Values

LOCAL_PERSISTENCE

static final int LOCAL_PERSISTENCE
Local persistence error Major Code

See Also:
Constant Field Values

SQL_ERROR

static final int SQL_ERROR
Local SQL error Major Code

See Also:
Constant Field Values

TRANSACTION_GRAPH_ERROR

static final int TRANSACTION_GRAPH_ERROR
Transaction Graph error Major Code

See Also:
Constant Field Values

PROXY_GRAPH_ERROR

static final int PROXY_GRAPH_ERROR
Proxy Graph error Major Code

See Also:
Constant Field Values

DATASETSERVICE_ERROR

static final int DATASETSERVICE_ERROR
Datasetservice error Major Code

See Also:
Constant Field Values

CORE_ERROR

static final int CORE_ERROR
Core error Major Code

See Also:
Constant Field Values


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