}
catch (Throwable e)
{
// JSF 2.0: publish the executor's exception (if any).
ExceptionQueuedEventContext context = new ExceptionQueuedEventContext (
facesContext, e, null, PhaseId.RENDER_RESPONSE);
facesContext.getApplication().publishEvent (facesContext, ExceptionQueuedEvent.class, context);
}
finally