I have two questions related to exception handling within Spring.
1) Why is the Spring framework DataAccessException thrown at runtime, while Core Java SQLException thrown exception?
2) What advantage does Spring exception handling offer with Java handlnig exception mechanism?
java spring exception exception-handling
user2325154
source share