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