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

Enclosing interface:
ExceptionConstants.MODEL

public static interface ExceptionConstants.MODEL.SUBCODES

Minor Codes


Field Summary
static int COMMAND_PREREQ_FAILED
          Command precondition failed Minor Code
static int CREATE_OBJECT
          Error creating object Minor Code
static int CREATE_OBJECT_EXISTS
          Duplicate object Minor Code
static int FAILED_BATCH
          Failed Batch Minor Code
static int FAILED_EXECUTE_BATCH
          Error executing batch Minor Code
static int INVALID_ARGUMENT
          Invalid Argument Minor Code
static int LOAD_OBJECT
          Error loading object Minor Code
static int MASK
          Minor Codes mask value
static int NO_ADD_ERROR
          No permission to add statements Minor Code
static int NO_ADD_RESERVED_URI
          Trying to add reserved predicate Minor Code
static int NO_ADD_SYSTEM_PERMISSION
          No permission to add statements to system graph Minor Code
static int NO_CHANGE_ACL_ERROR
          No permission to change acls Minor Code
static int NO_INSERT_NAMEDGRAPH_ACL_ERROR
          No permission to add namedgraph Minor Code
static int NO_READ_ERROR
          No permission to read statements Minor Code
static int NO_REMOVE_ERROR
          No permission to remove statements Minor Code
static int NO_REMOVE_NAMEDGRAPH_ACL_ERROR
          No permission to remove namedgraph Minor Code
static int NO_REMOVE_SYSTEM_PERMISSION
          No permission to remove statements from system graph Minor Code
 

Field Detail

MASK

static final int MASK
Minor Codes mask value

See Also:
Constant Field Values

LOAD_OBJECT

static final int LOAD_OBJECT
Error loading object Minor Code

See Also:
Constant Field Values

CREATE_OBJECT

static final int CREATE_OBJECT
Error creating object Minor Code

See Also:
Constant Field Values

CREATE_OBJECT_EXISTS

static final int CREATE_OBJECT_EXISTS
Duplicate object Minor Code

See Also:
Constant Field Values

FAILED_BATCH

static final int FAILED_BATCH
Failed Batch Minor Code

See Also:
Constant Field Values

FAILED_EXECUTE_BATCH

static final int FAILED_EXECUTE_BATCH
Error executing batch Minor Code

See Also:
Constant Field Values

INVALID_ARGUMENT

static final int INVALID_ARGUMENT
Invalid Argument Minor Code

See Also:
Constant Field Values

NO_ADD_ERROR

static final int NO_ADD_ERROR
No permission to add statements Minor Code

See Also:
Constant Field Values

NO_REMOVE_ERROR

static final int NO_REMOVE_ERROR
No permission to remove statements Minor Code

See Also:
Constant Field Values

NO_READ_ERROR

static final int NO_READ_ERROR
No permission to read statements Minor Code

See Also:
Constant Field Values

NO_CHANGE_ACL_ERROR

static final int NO_CHANGE_ACL_ERROR
No permission to change acls Minor Code

See Also:
Constant Field Values

NO_INSERT_NAMEDGRAPH_ACL_ERROR

static final int NO_INSERT_NAMEDGRAPH_ACL_ERROR
No permission to add namedgraph Minor Code

See Also:
Constant Field Values

NO_REMOVE_NAMEDGRAPH_ACL_ERROR

static final int NO_REMOVE_NAMEDGRAPH_ACL_ERROR
No permission to remove namedgraph Minor Code

See Also:
Constant Field Values

COMMAND_PREREQ_FAILED

static final int COMMAND_PREREQ_FAILED
Command precondition failed Minor Code

See Also:
Constant Field Values

NO_ADD_SYSTEM_PERMISSION

static final int NO_ADD_SYSTEM_PERMISSION
No permission to add statements to system graph Minor Code

See Also:
Constant Field Values

NO_REMOVE_SYSTEM_PERMISSION

static final int NO_REMOVE_SYSTEM_PERMISSION
No permission to remove statements from system graph Minor Code

See Also:
Constant Field Values

NO_ADD_RESERVED_URI

static final int NO_ADD_RESERVED_URI
Trying to add reserved predicate Minor Code

See Also:
Constant Field Values


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