Hello,
I am using JDev Studio Edition Version 12.2.1.4.0
I have been researching how to catch a database connection error and most say creating a custom class that extends DCErrorHandlerImpl with an override to reportException() is a good way to catch this.
However, I can't get this to work. I included the path in DataBindings.cpx ErrorHandlerClass attribute. I basically want to do error handling when the application can't get a db connection. For example, if the pool size is 1 and I try to access the app, is there a way to catch this exception in code? I can't get the reportException() function to be called when there is an exception for this.
Any help would be great, thanks.