2013-05-24 15:45:12 -04:00
|
|
|
|
=========
|
2013-07-14 07:03:04 -04:00
|
|
|
|
|
|
|
|
|
## Spring Exceptions Example Project
|
|
|
|
|
|
|
|
|
|
This project is used to replicate Spring Exceptions only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Relevant articles:
|
2013-05-27 05:25:46 -04:00
|
|
|
|
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
|
|
|
|
|
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
|
|
|
|
|
- [Spring BeanDefinitionStoreException](http://www.baeldung.com/spring-beandefinitionstoreexception)
|
2013-07-14 07:21:30 -04:00
|
|
|
|
- [Spring NoSuchBeanDefinitionException](http://www.baeldung.com/spring-nosuchbeandefinitionexception)
|
2016-10-04 05:02:05 -04:00
|
|
|
|
- [Guide to Spring NonTransientDataAccessException](http://www.baeldung.com/nontransientdataaccessexception)
|
2018-05-02 03:41:09 -04:00
|
|
|
|
- [Hibernate Mapping Exception – Unknown Entity](http://www.baeldung.com/hibernate-mappingexception-unknown-entity)
|