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_...