ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are the exceptions thrown by the Spring DAO classes ?


Spring DAO classes throw exceptions which are subclasses of DataAccessException(org.springframework.dao.DataAccessException).Spring provides a convenient translation from technology-specific exceptions like SQLException to its own exception class hierarchy with the DataAccessException as the root exception. These exceptions wrap the original exception.

Related Posts Plugin for WordPress, Blogger...
Flag Counter