Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Insert excerpt
Business Process Profile Samples
Business Process Profile Samples
nopaneltrue

Objective

This sample illustrates the basics of fault handling.

...

Code Block
languagehtml/xml
<catchAll><rethrow/></catchAll>

 Fault handling is implemented inside <faultHandlers/>. Faults can be handled based on qualified name of the thrown fault using <catch/> or every non-specified faults can be handles inside <catchAll/>. For example,

...