Class ListenerFailedRuleBasedTransactionAttribute

All Implemented Interfaces:
Serializable, TransactionAttribute, TransactionDefinition

public class ListenerFailedRuleBasedTransactionAttribute extends RuleBasedTransactionAttribute
Subclass of RuleBasedTransactionAttribute that is aware that listener exceptions are wrapped in ListenerExecutionFailedExceptions. Allows users to control rollback based on the actual cause.
Since:
1.6.6
Author:
Gary Russell
See Also: