Custom Exceptions Thrown From Service Layer with Spring Transaction Support
The title explains the preconditions: spring beans (conforming to an interface), using @Transactional (or <tx:advice>) custom exception is thrown from within the service methods There is a little trick –Continue reading