问题场景复现:
public void execWkRs2Hs(Thread.UncaughtExceptionHandler exceptionHandler) {
Thread.setDefaultUncaughtExceptionHandler(exceptionHandler);
// ...
}
commonBusinessService.execWkRs2Hs((t, e) -> {
logger.error("[业务办结/终止] 移库失败! Gid = " + gid, e);
});
【相关推荐】