message.get(Message.REQUEST_URI),
rawPath);
LOG.warning(errorMsg.toString());
Response resp = JAXRSUtils.createResponse(resources, message, errorMsg.toString(),
Response.Status.NOT_FOUND.getStatusCode(), false);
throw new NotFoundException(resp);
}
MultivaluedMap<String, String> matchedValues = new MetadataMap<String, String>();
OperationResourceInfo ori = null;