Java 8 exception issue in WebLogic 12c
We are currently upgrading from WebLogic 10 to WebLogic 12c (12.2.1.3.0). At the same time, we are migrating our in-house Java application from Java 6 to Java 8.
We have an issue where an exception in our application is now being changed from a custom exception to a general exception as it is being passed from the server side code to the client side code. We can see the exception being changed but have no idea why it is happening.
WebLogic is using Java 1.8.0_191 and the application is built with Java 1.8.0_181.
Just wondering if anyone has come across anything similar before?