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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LossyCoercion,- NotMultiValued,- Uncoercible,- Unsizable
A ValueException indicates that the client has carried out an operation on values incorrectly.
- Since:
- 1.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionValueException(String message) Creates a new instance.ValueException(String message, Throwable cause) Creates a new instance.
- 
Method SummaryMethods inherited from class org.neo4j.driver.exceptions.Neo4jExceptionclassification, code, containsGqlStatus, diagnosticRecord, findByGqlStatus, gqlCause, gqlStatus, rawClassification, statusDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ValueExceptionCreates a new instance.- Parameters:
- message- the message
 
- 
ValueExceptionCreates a new instance.- Parameters:
- message- the message
- cause- the cause
- Since:
- 5.28.5
 
 
-