Source/plt-web/plt-web-parent/plt-web-base/src/main/java/com/vci/starter/web/util/VciBaseUtil.java
@@ -57,7 +57,7 @@ * @param e * @return */ public static String getExceptionMessage(Exception e){ public static String getExceptionMessage(Throwable e){ String exceptionStr = VciExceptionTool.getExceptionStr(e); if(exceptionStr.contains("VciBaseException")){ return e.getMessage();