Uses of Class
org.neo4j.server.rest.transactional.error.StatusCode

Packages that use StatusCode
org.neo4j.server.rest.transactional   
org.neo4j.server.rest.transactional.error   
 

Uses of StatusCode in org.neo4j.server.rest.transactional
 

Methods in org.neo4j.server.rest.transactional that return StatusCode
 StatusCode CypherExceptionMapping.apply(org.neo4j.cypher.CypherException e)
           
 

Uses of StatusCode in org.neo4j.server.rest.transactional.error
 

Methods in org.neo4j.server.rest.transactional.error that return StatusCode
protected  StatusCode InvalidConcurrentTransactionAccess.getStatusCode()
           
protected abstract  StatusCode TransactionLifecycleException.getStatusCode()
           
protected  StatusCode InvalidTransactionId.getStatusCode()
           
protected  StatusCode InternalBeginTransactionError.getStatusCode()
           
 StatusCode Neo4jError.getStatusCode()
           
static StatusCode StatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusCode[] StatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.neo4j.server.rest.transactional.error with parameters of type StatusCode
Neo4jError(StatusCode statusCode)
           
Neo4jError(StatusCode statusCode, String message)
           
Neo4jError(StatusCode statusCode, String message, Throwable cause)
           
Neo4jError(StatusCode statusCode, Throwable cause)
           
 



Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.