invokeAsynchService(session, result, cont, throttle);
return;
}
} catch (Exception e) {
while (e != null) {
SPFCheckerExceptionCatcher catcher = session
.getExceptionCatcher();
try {
catcher.onException(e, session);
e = null;
} catch (SPFResultException ex) {
e = ex;
}
}