java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.ClientException
org.neo4j.driver.exceptions.value.ValueException
org.neo4j.driver.exceptions.value.NotMultiValued
- All Implemented Interfaces:
Serializable
A NotMultiValued exception indicates that the value does not consist of multiple values, a.k.a. not a map
or array.
- Since:
- 1.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.neo4j.driver.exceptions.Neo4jException
classification, code, diagnosticRecord, gqlCause, gqlStatus, rawClassification, statusDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotMultiValued
Creates a new instance.- Parameters:
message
- the message
-