Description
Suppose we have a Push / Pull policy with conflict resolution action IGNORE set.
When more than a match is found by that policy, an IllegalStateException is raised, which causes the whole Push / Pull process to abort.
Raising an IgnoreProvisionException looks more appropriate, which only causes the current item to be skipped, and the running process to continue with next item.