完善报错信息

This commit is contained in:
maybenot 2019-10-14 20:10:22 +08:00
parent 6b2362a0f2
commit 07cfcd58d6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class XxlJobSpringExecutor extends XxlJobExecutor implements ApplicationC
String name = serviceBean.getClass().getAnnotation(JobHandler.class).value();
IJobHandler handler = (IJobHandler) serviceBean;
if (loadJobHandler(name) != null) {
throw new RuntimeException("xxl-job jobhandler naming conflicts.");
throw new RuntimeException("xxl-job jobhandler naming conflicts.error name:"+name);
}
registJobHandler(name, handler);
}