You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jnosql-neo4j/src/main/java/org/eclipse/jnosql/databases/neo4j/communication/EdgeCommunicationException.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,9 @@
18
18
19
19
/**
20
20
* Exception thrown when an issue occurs with edge (relationship) operations in Neo4j.
21
-
* <p>
22
21
* This exception is raised in cases where an edge cannot be created or removed
23
22
* due to missing nodes, constraint violations, or other graph-related inconsistencies.
24
-
* </p>
25
23
*
26
-
* <h3>Common Scenarios:</h3>
27
24
* <ul>
28
25
* <li>Attempting to create an edge where either the source or target entity does not exist.</li>
29
26
* <li>Removing an edge that is not found in the graph.</li>
Copy file name to clipboardExpand all lines: jnosql-neo4j/src/main/java/org/eclipse/jnosql/databases/neo4j/communication/Neo4JCommunicationException.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,9 @@
20
20
21
21
/**
22
22
* Exception representing general communication errors when interacting with a Neo4j database.
23
-
* <p>
24
23
* This exception is used as a base for more specific exceptions related to Neo4j operations,
25
24
* such as Cypher syntax errors, transaction failures, or connectivity issues.
26
-
* </p>
27
25
*
28
-
* <h3>Common Causes:</h3>
29
26
* <ul>
30
27
* <li>Invalid Cypher query syntax.</li>
31
28
* <li>Transaction failures during read or write operations.</li>
0 commit comments