Java Reference
In-Depth Information
//...handle with an activity, such as <reply> to caller
</catch>
<bpel:catchAll>
//...
</bpel:catchAll>
</bpel:invoke>
This is roughly analogous to the following Java code:
try {
//...some work
} catch (IOException ioe) {
//handle
} catch (Exception e) {
//handle
}
Search WWH ::




Custom Search