Multiple choice technology platforms and products

Which of the following is used for catching all the faults in a BPEL flow

  1. CatchAll

  2. Catch

  3. AllCatch

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In BPEL fault handling, the element catches any fault that doesn't match a specific fault handler. It's equivalent to a generic exception handler that catches all unhandled exceptions in the process.