public class CypherException extends RuntimeException
| Constructor and Description |
|---|
CypherException(String code,
String description) |
CypherException(String code,
String description,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The Neo4j error status code
|
String |
getDescription()
The error description
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015–2020 Neo Technology, Inc.. All rights reserved.