org.openanzo.common.exceptions
Interface ExceptionConstants.MODEL.STATEMENT.SUBCODES

Enclosing interface:
ExceptionConstants.MODEL.STATEMENT

public static interface ExceptionConstants.MODEL.STATEMENT.SUBCODES

Statement Minor Codes


Field Summary
static int FAILED_INSERT
          Failed to insert statement Minor Code
static int FAILED_INSERT_SQL
          Failed to insert statement due to sql error Minor Code
static int FAILED_LOAD
          Failed to load statement Minor Code
static int FAILED_LOAD_SQL
          Failed to load statement due to sql error Minor Code
static int FAILED_REMOVE
          Failed to remove statement Minor Code
static int FAILED_REMOVE_SQL
          Failed to remove statement due to sql error Minor Code
static int GET_ACL
          Failed to get ACL for Minor Code
static int GET_ALL
          Failed to get all statements Minor Code
static int GET_ALL_SQL
          Failed to get all statements due to sql error Minor Code
static int GET_NAMEDGRAPH
          Failed to get statements graph Minor Code
static int MASK
          Minor Codes mask value
static int MODIFIED_NULL
          Modified value null Minor Code
static int NOT_FOUND
          Statement not found Minor Code
static int PREFETCH
          Failed to prefetch statement Minor Code
 

Field Detail

MASK

static final int MASK
Minor Codes mask value

See Also:
Constant Field Values

PREFETCH

static final int PREFETCH
Failed to prefetch statement Minor Code

See Also:
Constant Field Values

NOT_FOUND

static final int NOT_FOUND
Statement not found Minor Code

See Also:
Constant Field Values

FAILED_LOAD

static final int FAILED_LOAD
Failed to load statement Minor Code

See Also:
Constant Field Values

FAILED_LOAD_SQL

static final int FAILED_LOAD_SQL
Failed to load statement due to sql error Minor Code

See Also:
Constant Field Values

FAILED_INSERT

static final int FAILED_INSERT
Failed to insert statement Minor Code

See Also:
Constant Field Values

FAILED_INSERT_SQL

static final int FAILED_INSERT_SQL
Failed to insert statement due to sql error Minor Code

See Also:
Constant Field Values

FAILED_REMOVE

static final int FAILED_REMOVE
Failed to remove statement Minor Code

See Also:
Constant Field Values

FAILED_REMOVE_SQL

static final int FAILED_REMOVE_SQL
Failed to remove statement due to sql error Minor Code

See Also:
Constant Field Values

MODIFIED_NULL

static final int MODIFIED_NULL
Modified value null Minor Code

See Also:
Constant Field Values

GET_ACL

static final int GET_ACL
Failed to get ACL for Minor Code

See Also:
Constant Field Values

GET_NAMEDGRAPH

static final int GET_NAMEDGRAPH
Failed to get statements graph Minor Code

See Also:
Constant Field Values

GET_ALL_SQL

static final int GET_ALL_SQL
Failed to get all statements due to sql error Minor Code

See Also:
Constant Field Values

GET_ALL

static final int GET_ALL
Failed to get all statements Minor Code

See Also:
Constant Field Values


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