super(uriInfo, endpoint);
if (ontClass == null)
{
if (log.isDebugEnabled()) log.debug("Resource {} has not matched any template OntClass, returning 404 Not Found", getURI());
throw new NotFoundException("Resource has not matched any template");
}
if (uriInfo == null) throw new IllegalArgumentException("UriInfo cannot be null");
if (httpHeaders == null) throw new IllegalArgumentException("HttpHeaders cannot be null");
if (resourceContext == null) throw new IllegalArgumentException("ResourceContext cannot be null");