...Can be set to collect certain exceptions only (e.g, NullPointerException, SQLException etc.)
Can be set to skip certain exceptions (e.g, MissingResourceException, BusinessException etc.)
Cab be configured to catch certain word-list only (having a common prefix). For example, if CATCH_ONLY_WORD prefix is “STORE:” and list is set to “02819”, “00021”,”05607” then only exceptions with string “STORE:02819”, “STORE: 00021”, “STORE: 05607” can be collected, rest ‘STOREs’ will be ignored.
Can be set to scan a location at remote server or a location at local server itself.
...