How can I avoid or customize exception messages shown in the network tab of chrome developer tool?
If oracle sends back an error we don't want to print the error on the client browser developer tool. How can I use serialization exception handling to customize the exception? How can I catch the exception before it reaches the client browser?
org.apache.ibatis.session.RowBounds@1663f519
Details: Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00920: invalid relational operator ORA-0651
This error is visible in Network Tab of developer tool.