Package org.neo4j.graphdb
Class ConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.graphdb.ConstraintViolationException
- All Implemented Interfaces:
Serializable
Thrown when the database is asked to modify data in a way that violates one or more
constraints that it is expected to uphold.
For instance, if removing a node that still has relationships.
- See Also:
-
Constructor Summary
Constructors
-
Constructor Details
-
ConstraintViolationException
-
ConstraintViolationException
-