*/
public void noResourceMethodForAccMediaTypes(
Collection<ResourceMethod> supporting)
throws WebApplicationException {
final Set<Variant> supportedVariants = getSupportedVariants(supporting);
throw new NotAcceptableWebAppException(supportedVariants);
}