}
}
}
catch (IOException e)
{
throw new StackableRuntimeException("Failed", e);
}
catch (ContentIOException e)
{
throw new StackableRuntimeException("Failed", e);
}
catch (URLRewriteException e)
{
throw new StackableRuntimeException("Rewriting the URL failed", e);
}
}