public abstract class Neo4jException extends RuntimeException
Constructor and Description |
---|
Neo4jException(String message) |
Neo4jException(String code,
String message) |
Neo4jException(String code,
String message,
Throwable cause) |
Neo4jException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
neo4jErrorCode()
Access the standard Neo4j Status Code for this exception, you can use this to refer to the Neo4j manual for
details on what caused the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Neo4jException(String message)
public String neo4jErrorCode()
Copyright © 2015. All rights reserved.