我在service捕获这个异常
try{
this.baseDao.saveOrUpdate(dl);
}catch(Exception e){
throw new MyExc修改eption("修改大类失败",e);
}我debug发现是数据库抛出的异常,这个我该如何捕获