I use class "org.apache.commons.beanutils.BeanUtils" in a dao method.
it throws java.lang.IllegalAccessException and
java.lang.reflect.InvocationTargetException.
I want to convert the exceptions to org.springframework.dao.DataAccessException;
which implements of DataAccessException seemly for instead?
