Tag subclass of RollbackRule. Its class name means that it has the
opposite behavior to the RollbackRule superclass.
author: Rod Johnson since: 09.04.2003
Construct a new NoRollbackRule for the given throwable class.
Parameters: clazz - throwable class
NoRollbackRuleAttribute
public NoRollbackRuleAttribute(String exceptionName)(Code)
Construct a new NoRollbackRule for the given exception name.
This can be a substring, with no wildcard support at present.
A value of "ServletException" would match ServletException and
subclasses, for example.
Parameters: exceptionName - the exception pattern