Hello,
Can someone tell me how to correctly configure an exception to ignore.
In some business transaxction I see the following exception: SQLIntegrityConstraintViolationException
I want to exclude this exception but my ErroR Detection Ignored Exceptions setting are not working.
When I drill down into the call details, the error details contains the following:
java.sql.SQLIntegrityConstraintViolationException.ORA-00001: unique constraint (CBPPROD.SYS_C0021122) violated
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1059)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522)
...
...
at com.temenos.t24.VALIDATE_SIGN_ON_cl.invoke(Unknown Source)
at com.temenos.t24.VALIDATE_SIGN_ON_cl.invoke(Unknown Source)
at com.temenos.t24.OFS_REQUEST_MANAGER_cl.codeblock2(Unknown Source)
at com.temenos.t24.OFS_REQUEST_MANAGER_cl.invoke(Unknown Source)
How should I best configure the excpeetion details do that this error is ignored?