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.LossyCoercion
- All Implemented Interfaces:
Serializable
A LossyCoercion exception indicates that the conversion cannot be achieved without losing precision.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionLossyCoercion
(String sourceTypeName, String destinationTypeName) Creates a new instance. -
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
-
LossyCoercion
Creates a new instance.- Parameters:
sourceTypeName
- the source type namedestinationTypeName
- the destination type name
-