| Package | Description |
|---|---|
| org.neo4j.bolt.v1.messaging | |
| org.neo4j.bolt.v1.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
BoltRequestMessageHandler.onExternalError(Neo4jError error) |
void |
BoltMessageRouter.onExternalError(Neo4jError error) |
| Modifier and Type | Method and Description |
|---|---|
static Neo4jError |
Neo4jError.combine(List<Neo4jError> errors) |
static Neo4jError |
Neo4jError.fatalFrom(org.neo4j.kernel.api.exceptions.Status status,
String message) |
static Neo4jError |
Neo4jError.fatalFrom(Throwable any) |
static Neo4jError |
Neo4jError.from(org.neo4j.kernel.api.exceptions.Status status,
String message) |
static Neo4jError |
Neo4jError.from(Throwable any) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoltStateMachine.externalError(Neo4jError error,
BoltResponseHandler handler) |
void |
BoltResponseHandler.markFailed(Neo4jError error)
Called zero or more times if there are failures
|
| Modifier and Type | Method and Description |
|---|---|
static Neo4jError |
Neo4jError.combine(List<Neo4jError> errors) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.