public interface Neo4jExceptionHandler extends ExceptionHandler<org.neo4j.graphdb.Transaction>
ExceptionHandler.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleException(Exception exception,
TransactionMetadata associatedTransactionMetadata,
org.neo4j.graphdb.Transaction associatedTransaction)
Called when an exception occurred during transaction.
|
boolean handleException(Exception exception, TransactionMetadata associatedTransactionMetadata, org.neo4j.graphdb.Transaction associatedTransaction)
ExceptionHandlerhandleException in interface ExceptionHandler<org.neo4j.graphdb.Transaction>exception - the exception that occurred.associatedTransactionMetadata - the associated transaction metadata.associatedTransaction - the associated transaction object.Copyright © 2013-2018–2019 SeedStack. All rights reserved.