Construct a new NoRollbackRule for the given throwable class.
Parameters:
clazz - throwable class
NoRollbackRuleAttribute
public NoRollbackRuleAttribute(String exceptionName)
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.