}
}
// if there are exceptions in after process, we should throw them.
if (!exList.isEmpty()) {
GroupedException ge = new GroupedException();
ge.setExceptionList(exList);
logger.error("There are exception(s) orrcured on after interceptor process", ge);
throw ge;
}
}