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 |
code()
Access the status code for this exception.
|
String |
neo4jErrorCode()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Neo4jException(String message)
@Deprecated public String neo4jErrorCode()
public String code()