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