Uses of Class
com.google.api.ads.common.lib.exception.AuthenticationException

Packages that use AuthenticationException
com.google.api.ads.common.lib.auth   
com.google.api.ads.common.lib.client   
com.google.api.ads.common.lib.exception   
com.google.api.ads.common.lib.soap   
com.google.api.ads.dfa.lib.auth   
 

Uses of AuthenticationException in com.google.api.ads.common.lib.auth
 

Methods in com.google.api.ads.common.lib.auth that throw AuthenticationException
 String AuthorizationHeaderProvider.getAuthorizationHeader(AdsSession adsSession, String endpointUrl)
          Gets a header value that can be set to the Authorization HTTP header.
 

Uses of AuthenticationException in com.google.api.ads.common.lib.client
 

Methods in com.google.api.ads.common.lib.client that throw AuthenticationException
protected  void AdsServiceClient.setHeaders()
           
 void HeaderHandler.setHeaders(Object soapClient, S adsSession, D adsServiceDescriptor)
          Sets the headers on the SOAP client using the session and descriptor.
 

Uses of AuthenticationException in com.google.api.ads.common.lib.exception
 

Subclasses of AuthenticationException in com.google.api.ads.common.lib.exception
 class ClientLoginException
          Deprecated. Use .ClientLoginResponseException ClientLoginResponseException instead
 class OAuthException
          An exception thrown when OAuth could not be used correctly.
 

Uses of AuthenticationException in com.google.api.ads.common.lib.soap
 

Methods in com.google.api.ads.common.lib.soap that throw AuthenticationException
 void AuthorizationHeaderHandler.setAuthorization(Object soapClient, AdsSession adsSession)
          Sets the authorization header created from the session on the soap client.
protected abstract  void SoapServiceClient.setHeaders()
          Sets the headers for the service client.
 

Uses of AuthenticationException in com.google.api.ads.dfa.lib.auth
 

Subclasses of AuthenticationException in com.google.api.ads.dfa.lib.auth
 class LoginTokenException
          Wrapper for an exception thrown while LoginTokens is attempting to generate a token.
 



Copyright © 2012. All Rights Reserved.