public class QueryExecutionException extends RuntimeException
execute method
 when there is an error during the execution of a query.| Constructor and Description | 
|---|
QueryExecutionException(String message,
                       Throwable cause,
                       String statusCode)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getStatusCode()
The Neo4j error status code. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getStatusCode()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.