Exit C9530-404 IBM Integration Bus V9.0 Solution Development
Question 3 of 5
0% complete
Q3 Single choice

A solution developer uses a JavaCompute node to implement the mapping in a message flow. As part of that mapping, the developer used a Java class from an external library. The class is defined to throw an exception.

How should the developer handle the exception in the JavaCompute node to capture the exception details and escalate to the default flow error handling?

  • A

    Create and throw a MbException.

  • B

    Create and throw a MbUserException.

  • C

    Create and throw a MbBrokerException.

  • D

    Use the addNestedException method of the MbException class to escalate the exception.