Class LossyCoercion
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
ConstructorsConstructorDescriptionLossyCoercion(String sourceTypeName, String destinationTypeName) Creates a new instance. -
Method Summary
Methods inherited from class Neo4jException
classification, code, containsGqlStatus, diagnosticRecord, findByGqlStatus, gqlCause, gqlStatus, rawClassification, statusDescriptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LossyCoercion
-