577578579580581582583
* Sets the appropriate parameters used by the OAuth Proxy and throws an * {@link OAuthProxyException}. */ private void handleOAuthProxyErrorResponse() throws IOException, ServiceException { throw new OAuthProxyException(httpConn); }