Note that a complete list of RESTful exceptions is available in the Package Summary.
178179180181182183184
source.appendChild(toXml(doc, new XmlTree("tpr"))); inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
70717273747576
return dno.getEditUri().resolve(getUrlId()).append("/"); } public void httpPost(Invocation inv) throws InternalException, HttpException, DesignerException, DeployerException { throw new MethodNotAllowedException(); }
57585960616263
} inv.sendFound(user.getEditUri()); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
61626364656667
public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
87888990919293
xmlOutputElement.appendChild(reportElement); return doc; } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
91929394959697
} inv.sendOk(doc); } public void httpPost(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
78798081828384
public GeneratorType getChild(UriPathElement urlId) throws HttpException { return GeneratorType.getGeneratorType(Long.parseLong(urlId.toString())); } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
137138139140141142143
throw e; } } public void httpDelete(Invocation inv) throws HttpException { throw new MethodNotAllowedException(); }
66676869707172