WANG 5 년 전
부모
커밋
7cf4b6d77d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/cn/com/qmth/examcloud/web/cache/CacheCloudServiceProvider.java

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/web/cache/CacheCloudServiceProvider.java

@@ -67,7 +67,7 @@ public class CacheCloudServiceProvider implements CloudService {
 				objectCache = (ObjectCache<?>) SpringContextHolder.getBean(c);
 				map.put(className, objectCache);
 			} catch (ClassNotFoundException e) {
-				throw new StatusException("008001", "class not found");
+				throw new StatusException("008001", "class not found", e);
 			}
 		}
 		objectCache.refresh(expectedKeys);