if (contentFragment == null)
{
throw new WebApplicationException(new IllegalArgumentException("Fragment not found with the specified id: " + fragmentId));
}
Decoration decoration = contentFragment.getDecoration();
if (decoration == null)
{
throw new WebApplicationException(new IllegalArgumentException("Decoration not found with the specified id: " + fragmentId));
}