当您看到“ … 113更多”时,表示“由…引起的”异常的其余行与父异常的那一点起的其余行相同。
例如,您将拥有
com.something.XyzException at ... at ... at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:242) at ... <the other 113 lines are here>...Caused by: <the above>.
这两个堆栈跟踪在AbstractBatcher.executeBatch的第242行“满足”,然后从此以后向上的调用跟踪与包装异常相同。



