在Spring引导中,Catch块未在DataIntegrityViolationException上执行

时间:2017-07-04 12:36:08

标签: hibernate spring-boot

ExponentialBackOffPolicy

当我尝试通过hibernate删除一个语言(对象)时,抛出但是catch块中的异常不会被执行。

这是错误日志

try {
    sessionFactory.getCurrentSession().delete(language);
    }
    catch (Exception e) {
        System.out.println("exception");
    }

0 个答案:

没有答案