| Package | Description |
|---|---|
| org.neo4j.server.rest.transactional | |
| org.neo4j.server.rest.transactional.error |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
CypherExceptionMapping.apply(org.neo4j.cypher.CypherException e) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Neo4jError(StatusCode statusCode,
Throwable cause) |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.