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.http.client.methods.HttpRequestBase RestClientService.createAndPrepareHttpMethod(java.lang.String uri, IRemoteCall call, IRemoteCallable callable)
           
protected  void AbstractRestClientService.handleException(java.lang.String message, java.lang.Throwable e, int responseCode)
           
protected  void AbstractRestClientService.handleException(java.lang.String message, java.lang.Throwable e, int responseCode, byte[] responseBody)
           
protected  org.apache.http.client.methods.HttpRequestBase RestClientService.prepareDeleteMethod(java.lang.String uri, IRemoteCall call, IRemoteCallable callable)