T
- the transaction object typepublic interface ExceptionHandler<T>
Modifier and Type | Method and Description |
---|---|
boolean |
handleException(Exception exception,
TransactionMetadata associatedTransactionMetadata,
T associatedTransaction)
Called when an exception occurred during transaction.
|
boolean handleException(Exception exception, TransactionMetadata associatedTransactionMetadata, T associatedTransaction)
exception
- the exception that occurred.associatedTransactionMetadata
- the associated transaction metadata.associatedTransaction
- the associated transaction object.Copyright © 2013-2018–2019 SeedStack. All rights reserved.