public class Neo4jError extends Object
| Modifier and Type | Method and Description |
|---|---|
Throwable |
cause() |
static org.neo4j.kernel.api.exceptions.Status |
codeFromString(String codeStr) |
static Neo4jError |
combine(List<Neo4jError> errors) |
boolean |
equals(Object o) |
static Neo4jError |
fatalFrom(org.neo4j.kernel.api.exceptions.Status status,
String message) |
static Neo4jError |
fatalFrom(Throwable any) |
static Neo4jError |
from(org.neo4j.kernel.api.exceptions.Status status,
String message) |
static Neo4jError |
from(Throwable any) |
int |
hashCode() |
boolean |
isFatal() |
String |
message() |
UUID |
reference() |
org.neo4j.kernel.api.exceptions.Status |
status() |
String |
toString() |
public org.neo4j.kernel.api.exceptions.Status status()
public String message()
public Throwable cause()
public UUID reference()
public static org.neo4j.kernel.api.exceptions.Status codeFromString(String codeStr)
public static Neo4jError from(org.neo4j.kernel.api.exceptions.Status status, String message)
public static Neo4jError from(Throwable any)
public static Neo4jError combine(List<Neo4jError> errors)
public static Neo4jError fatalFrom(Throwable any)
public static Neo4jError fatalFrom(org.neo4j.kernel.api.exceptions.Status status, String message)
public boolean isFatal()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.