public class Neo4jServerMultiException
extends java.lang.RuntimeException
Until further notice this Exception will collect all errors just in case.
| Constructor and Description |
|---|
Neo4jServerMultiException(java.lang.String message,
Neo4jServerException[] exceptions)
Creates a new Neo4jClientMultiException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public Neo4jServerMultiException(java.lang.String message,
Neo4jServerException[] exceptions)
message - A general message provided by the client driver.exceptions - An array of Neo4jClientException's.