All Questions
2 questions
2
votes
1
answer
2k
views
Spring MVC @ControllerAdvice exception handling
This is about handling sql - foreign key constraint failure exceptions (SQL Error: 1452, SQLState: 23000) globally using ...
0
votes
1
answer
70
views
SQL message logger run loop
I am learning Java by reading source code of other authors. This Java method handles communication with SQL database. While the code does work several things concern me. For instance the ...