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

Enclosing interface:
ExceptionConstants.SERVER

public static interface ExceptionConstants.SERVER.CODES

Major Codes


Field Summary
static int AUTHENTICATION_ERROR
          Error authenticating with Server Major Code
static int INDEXER_ERROR
          Indexer Error Major Code
static int INTERNAL_ERROR
          Internal Server Error Major Code
static int INVALID_ARGS
          Invalid arguments to method Major Code
static int MASK
          Minor Codes mask value
static int NAMEDGRAPH_REVISION_ERROR
          NamedGraph Revision Error Major Code
static int REPLICATION_ERROR
          Replication Error Major Code
static int RESET_ERROR
          Reset Server Failed Major Code
static int SEARCH_ERROR
          Search for statements error Major Code
static int UPDATE_ERROR
          Update server Major Code
 

Field Detail

MASK

static final int MASK
Minor Codes mask value

See Also:
Constant Field Values

INTERNAL_ERROR

static final int INTERNAL_ERROR
Internal Server Error Major Code

See Also:
Constant Field Values

AUTHENTICATION_ERROR

static final int AUTHENTICATION_ERROR
Error authenticating with Server Major Code

See Also:
Constant Field Values

INVALID_ARGS

static final int INVALID_ARGS
Invalid arguments to method Major Code

See Also:
Constant Field Values

UPDATE_ERROR

static final int UPDATE_ERROR
Update server Major Code

See Also:
Constant Field Values

SEARCH_ERROR

static final int SEARCH_ERROR
Search for statements error Major Code

See Also:
Constant Field Values

RESET_ERROR

static final int RESET_ERROR
Reset Server Failed Major Code

See Also:
Constant Field Values

NAMEDGRAPH_REVISION_ERROR

static final int NAMEDGRAPH_REVISION_ERROR
NamedGraph Revision Error Major Code

See Also:
Constant Field Values

REPLICATION_ERROR

static final int REPLICATION_ERROR
Replication Error Major Code

See Also:
Constant Field Values

INDEXER_ERROR

static final int INDEXER_ERROR
Indexer Error Major Code

See Also:
Constant Field Values


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