public class CypherException extends RuntimeException
| Constructor and Description |
|---|
CypherException(String code,
String description) |
CypherException(String message,
String code,
String description)
Deprecated.
Since 3.1.6. Not meant to be used outside of OGM. Will be removed in 3.2.
|
CypherException(String code,
String description,
Throwable cause) |
CypherException(String message,
Throwable cause,
String code,
String description)
Deprecated.
Since 3.1.6. Not meant to be used outside of OGM. Will be removed in 3.2.
|
| 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, toString@Deprecated public CypherException(String message, Throwable cause, String code, String description)
message - cause - code - description - @Deprecated public CypherException(String message, String code, String description)
message - code - description - public CypherException(String code, String description)
code - description - Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.