Uses of Class
org.eclipse.ecf.remoteservice.rest.RestException

Packages that use RestException
org.eclipse.ecf.remoteservice.rest.client   
 

Uses of RestException in org.eclipse.ecf.remoteservice.rest.client
 

Methods in org.eclipse.ecf.remoteservice.rest.client that throw RestException
protected  org.apache.commons.httpclient.HttpMethod RestClientService.createAndPrepareHttpMethod(java.lang.String uri, IRemoteCall call, IRemoteCallable callable)
           
protected  void RestClientService.handleException(java.lang.String message, java.lang.Throwable e, int responseCode)
           
protected  org.apache.commons.httpclient.HttpMethod RestClientService.prepareDeleteMethod(java.lang.String uri, IRemoteCall call, IRemoteCallable callable)