if (e instanceof Error &&
!(e instanceof StackOverflowError))
throw (Error) e;
arUtil.rollback();
Service service = factory.buildExceptionHandler(e, getEnvironment());
service._getComponent().init(getEnvironment());
try {
log.debug("Routing request to the continuation.");