A scope within a BPEL process has a catch block for Remote Fault and a catch block for Binding Fault followed by a catchAll block in that order. Which of the following statements are true?
. If a Remote Fault occurs, it will be caught by the catchAll block
. If a Binding Fault occurs, it will be caught by the catchAll block
. If a Remote Fault occurs, it will be caught first by the Remote Fault catch block and then by the catchAll block
. All faults will always be caught by the catchAll block
None of the above