cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

jsaurabh
Node
since ‎07-19-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I have facing a issue when I am trying to catch TransientException exception for below code: StatementResult result = runQuery(sb.toString(), entity.getAllProperties()); Record record = null; try { int retryCnt = 0; while(retryCnt++ <= MAX_NEO4J_...