public class CommandFailed extends Exception
| Constructor and Description |
|---|
CommandFailed(String message) |
CommandFailed(String message,
int code) |
CommandFailed(String message,
Throwable cause) |
CommandFailed(String message,
Throwable cause,
int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.