In fact, you can even further refine rollback behavior by calling the overloaded version of registerState that accepts a region parameter. Region allows you to provide a grouping label for one or more RollbackHandlers, which provides an avenue for selectively rolling back a subset of registered rollback handlers.
The question is : how do I determine/configure a region, if I want to execute a subset of registered rollback handlers - an example will help.