There are two types of processes in the creation and submission of a fault error message to the A I A error topic: The composite process with custom business handling error and the composite process.
The composite process for an error with custom Business Error Handling is as follows:
The process begins with a composite catch block error that becomes the AIA error handler async composite process.
The error goes to the Business Method Handler through the ImplementHandleBusinesError method then to the A I A Common Error Handler.
The A I A Common Error Handler logs the error in the A I A logger and send the error to the A I A error topic.
The A I A logger logs the error in the error log and error goes to the Oracle Enterprise Manager console.
The A I A Error topic creates an error task list and sends it to the Error console.
The composite process is as follows:
A partnerLink Error is assigned to a composite fault policy.
The error goes to composite error java action through the Implementhandlecompositesystemerror method.
The error is sent to the A I A common error handler and it goes through the same A I A common error handler process as a custom business handling error.