org.openanzo.common.exceptions
Interface ExceptionConstants.SERVER.SUBCODES

Enclosing interface:
ExceptionConstants.SERVER

public static interface ExceptionConstants.SERVER.SUBCODES

Minor Codes


Field Summary
static int BAD_USER_PASSWORD
          Bad User password Minor Code
static int CREATE_MODELSERVICE_API_ERROR
          Create modelservice api failed Minor Code
static int EMPTY_DATASET_ERROR
          Empty dataset Minor Code
static int FAILED_INDEX_CLEAR
          Failed to clear indexer Minor Code
static int FAILED_INDEX_INIT
          Failed to init indexer Minor Code
static int FAILED_INDEX_QUERY
          Failed to run index query Minor Code
static int FAILED_INDEX_QUERY_DISABLED
          Indexer disabled error Minor Code
static int FAILED_INDEX_REBUILD
          Failed to rebuild indexer Minor Code
static int FAILED_INDEX_UPDATE
          Failed to update indexer Minor Code
static int FAILED_INDEX_UPDATE_INTERRUPTED
          Indexer interrupted Minor Code
static int FAILED_INDEX_UPDATE_NO_DB
          Failed to update due to no db Minor Code
static int FAILED_INDEX_UPDATE_NO_OBJECT
          Failed to index due to missing object Minor Code
static int FAILED_INDEX_UPDATE_PARSE
          Failed to parse indexer update Minor Code
static int FAILED_INDEX_UPDATE_PARSE_IO
          Failed to parse indexer io error Minor Code
static int FAILED_INDEX_UPDATE_POST
          Failed to run postprocessor Minor Code
static int FAILED_INDEX_UPDATE_PRE
          Failed to run preprocessor Minor Code
static int FIND_MATCHES_SQL
          Find matches failed due to sql error Minor Code
static int FIND_QUINT_ERROR
          Error Finding Statements Minor Code
static int GET_METAURI
          Get metadata's uri failed Minor Code
static int GET_METAURI_SQL
          Get metadata's uri failed due to sql error Minor Code
static int GET_SIZE
          Get size failed Minor Code
static int GET_SIZE_SQL
          Get Size failed due to sql error Minor Code
static int GET_STORED_GRAPHS_ERROR
          Get stored graphs failed Minor Code
static int GET_STORED_GRAPHS_ERROR_SQL
          Get stored graphs failed due to sql error Minor Code
static int GET_USERS_FOR_GRAPH_ERROR
          Get users for graph failed Minor Code
static int GET_USERS_FOR_GRAPH_ERROR_SQL
          Get users for graph failed due to sql error Minor Code
static int GLITTER_EXCEPTION
          Error running glitter error Minor Code
static int GLITTER_PARSE_EXCEPTION
          Error parsing glitter exception Minor Code
static int HASH_AVAILABLE_ERROR
          Password Hash Not Available Minor Code
static int HASH_ERROR
          Error Hashing Password Minor Code
static int INIT_FILE
          Server init file error Minor Code
static int MISSING_ARG
          Missing arguments to method calls Minor Code
static int NO_SERVER_CONFIG
          No server configuration error Minor Code
static int NOT_IN_SYSADMIN_ROLE
          Not in sysadmin role Minor Code
static int POOL_NOT_INITIALIZED
          Repository Connection Pool Not Initialized Minor Code
static int REPLICATION_FAILED
          Replication Failed Minor Code
static int RESET_NOT_ENABLED
          Reset not enabled Minor Code
static int REVISION_NOT_FOUND
          Revision of graph not found Minor Code
static int REVISION_NOT_FOUND_SQL
          Revision of graph not found due to sql error Minor Code
static int UNKNOWN_USER_ERROR
          Unknown User Error Minor Code
static int UNSUPPORTED_QUERY
          Unsupported Query Minor Code
static int UPDATE_SERVER_ERROR
          Update Server Failed Minor Code
static int USER_ERROR
          User Error Minor Code
 

Field Detail

RESET_NOT_ENABLED

static final int RESET_NOT_ENABLED
Reset not enabled Minor Code

See Also:
Constant Field Values

POOL_NOT_INITIALIZED

static final int POOL_NOT_INITIALIZED
Repository Connection Pool Not Initialized Minor Code

See Also:
Constant Field Values

USER_ERROR

static final int USER_ERROR
User Error Minor Code

See Also:
Constant Field Values

UNKNOWN_USER_ERROR

static final int UNKNOWN_USER_ERROR
Unknown User Error Minor Code

See Also:
Constant Field Values

HASH_AVAILABLE_ERROR

static final int HASH_AVAILABLE_ERROR
Password Hash Not Available Minor Code

See Also:
Constant Field Values

HASH_ERROR

static final int HASH_ERROR
Error Hashing Password Minor Code

See Also:
Constant Field Values

FIND_QUINT_ERROR

static final int FIND_QUINT_ERROR
Error Finding Statements Minor Code

See Also:
Constant Field Values

UNSUPPORTED_QUERY

static final int UNSUPPORTED_QUERY
Unsupported Query Minor Code

See Also:
Constant Field Values

GET_SIZE_SQL

static final int GET_SIZE_SQL
Get Size failed due to sql error Minor Code

See Also:
Constant Field Values

GET_SIZE

static final int GET_SIZE
Get size failed Minor Code

See Also:
Constant Field Values

INIT_FILE

static final int INIT_FILE
Server init file error Minor Code

See Also:
Constant Field Values

REVISION_NOT_FOUND

static final int REVISION_NOT_FOUND
Revision of graph not found Minor Code

See Also:
Constant Field Values

REVISION_NOT_FOUND_SQL

static final int REVISION_NOT_FOUND_SQL
Revision of graph not found due to sql error Minor Code

See Also:
Constant Field Values

FIND_MATCHES_SQL

static final int FIND_MATCHES_SQL
Find matches failed due to sql error Minor Code

See Also:
Constant Field Values

NO_SERVER_CONFIG

static final int NO_SERVER_CONFIG
No server configuration error Minor Code

See Also:
Constant Field Values

REPLICATION_FAILED

static final int REPLICATION_FAILED
Replication Failed Minor Code

See Also:
Constant Field Values

MISSING_ARG

static final int MISSING_ARG
Missing arguments to method calls Minor Code

See Also:
Constant Field Values

BAD_USER_PASSWORD

static final int BAD_USER_PASSWORD
Bad User password Minor Code

See Also:
Constant Field Values

UPDATE_SERVER_ERROR

static final int UPDATE_SERVER_ERROR
Update Server Failed Minor Code

See Also:
Constant Field Values

GET_METAURI_SQL

static final int GET_METAURI_SQL
Get metadata's uri failed due to sql error Minor Code

See Also:
Constant Field Values

GET_METAURI

static final int GET_METAURI
Get metadata's uri failed Minor Code

See Also:
Constant Field Values

NOT_IN_SYSADMIN_ROLE

static final int NOT_IN_SYSADMIN_ROLE
Not in sysadmin role Minor Code

See Also:
Constant Field Values

GET_USERS_FOR_GRAPH_ERROR_SQL

static final int GET_USERS_FOR_GRAPH_ERROR_SQL
Get users for graph failed due to sql error Minor Code

See Also:
Constant Field Values

GET_USERS_FOR_GRAPH_ERROR

static final int GET_USERS_FOR_GRAPH_ERROR
Get users for graph failed Minor Code

See Also:
Constant Field Values

GET_STORED_GRAPHS_ERROR_SQL

static final int GET_STORED_GRAPHS_ERROR_SQL
Get stored graphs failed due to sql error Minor Code

See Also:
Constant Field Values

GET_STORED_GRAPHS_ERROR

static final int GET_STORED_GRAPHS_ERROR
Get stored graphs failed Minor Code

See Also:
Constant Field Values

CREATE_MODELSERVICE_API_ERROR

static final int CREATE_MODELSERVICE_API_ERROR
Create modelservice api failed Minor Code

See Also:
Constant Field Values

EMPTY_DATASET_ERROR

static final int EMPTY_DATASET_ERROR
Empty dataset Minor Code

See Also:
Constant Field Values

FAILED_INDEX_CLEAR

static final int FAILED_INDEX_CLEAR
Failed to clear indexer Minor Code

See Also:
Constant Field Values

FAILED_INDEX_REBUILD

static final int FAILED_INDEX_REBUILD
Failed to rebuild indexer Minor Code

See Also:
Constant Field Values

FAILED_INDEX_INIT

static final int FAILED_INDEX_INIT
Failed to init indexer Minor Code

See Also:
Constant Field Values

FAILED_INDEX_QUERY

static final int FAILED_INDEX_QUERY
Failed to run index query Minor Code

See Also:
Constant Field Values

FAILED_INDEX_QUERY_DISABLED

static final int FAILED_INDEX_QUERY_DISABLED
Indexer disabled error Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE

static final int FAILED_INDEX_UPDATE
Failed to update indexer Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_INTERRUPTED

static final int FAILED_INDEX_UPDATE_INTERRUPTED
Indexer interrupted Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_PARSE

static final int FAILED_INDEX_UPDATE_PARSE
Failed to parse indexer update Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_PARSE_IO

static final int FAILED_INDEX_UPDATE_PARSE_IO
Failed to parse indexer io error Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_NO_OBJECT

static final int FAILED_INDEX_UPDATE_NO_OBJECT
Failed to index due to missing object Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_NO_DB

static final int FAILED_INDEX_UPDATE_NO_DB
Failed to update due to no db Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_PRE

static final int FAILED_INDEX_UPDATE_PRE
Failed to run preprocessor Minor Code

See Also:
Constant Field Values

FAILED_INDEX_UPDATE_POST

static final int FAILED_INDEX_UPDATE_POST
Failed to run postprocessor Minor Code

See Also:
Constant Field Values

GLITTER_EXCEPTION

static final int GLITTER_EXCEPTION
Error running glitter error Minor Code

See Also:
Constant Field Values

GLITTER_PARSE_EXCEPTION

static final int GLITTER_PARSE_EXCEPTION
Error parsing glitter exception Minor Code

See Also:
Constant Field Values


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