一版只能获取到异常的message信息,没有堆栈不利于排查,org.apache.commons.lang3.exception.ExceptionUtils.getStackTrace(e)可以返回异常所有的信息包括message及堆栈信息