531532533534535536537
if (decoration == null) { throw new WebApplicationException(new IllegalArgumentException("Decoration not found with the specified id: " + fragmentId)); } return new DecorationBean(decoration); }