当前位置: 代码迷 >> J2EE >> public InvocationTargetException(Throwable target),该怎么解决
  详细解决方案

public InvocationTargetException(Throwable target),该怎么解决

热度:125   发布时间:2016-04-21 21:48:10.0
public InvocationTargetException(Throwable target)
List<Carparameter> carVersion = carparameterDao.getCarparameterByCarId(cars.getId());我在service里面调用dao的方法,怎么跑到
public InvocationTargetException(Throwable target) {
super((Throwable)null);  // Disallow initCause
        this.target = target;
    }
这个方法里面,后台并没用报错,请问各位高手这个是怎么回事

------解决方案--------------------
吧缓存什么的都清下
  相关解决方案