Uses of Class
com.paypal.base.exception.InvalidCredentialException

Packages that use InvalidCredentialException
com.paypal.base   
com.paypal.base.nvp   
com.paypal.base.soap   
 

Uses of InvalidCredentialException in com.paypal.base
 

Methods in com.paypal.base that throw InvalidCredentialException
protected  String BaseService.call(APICallPreHandler apiCallPrehandler)
          Calls the APIService with the corresponding APICallPreHandler
 ICredential CredentialManager.getCredentialObject(String userId)
           
 String APIService.makeRequestUsing(APICallPreHandler apiCallPreHandler)
          Makes a request to API service
 

Uses of InvalidCredentialException in com.paypal.base.nvp
 

Constructors in com.paypal.base.nvp that throw InvalidCredentialException
PlatformAPICallPreHandler(String rawPayLoad, String serviceName, String method, String apiUserName, String accessToken, String tokenSecret)
          Deprecated.  
PlatformAPICallPreHandler(String rawPayLoad, String serviceName, String method, String apiUserName, String accessToken, String tokenSecret, String sdkName, String sdkVersion, String portName, Map<String,String> configurationMap)
          PlatformAPICallPreHandler
 

Uses of InvalidCredentialException in com.paypal.base.soap
 

Constructors in com.paypal.base.soap that throw InvalidCredentialException
MerchantAPICallPreHandler(APICallPreHandler apiCallHandler, String apiUserName, String accessToken, String tokenSecret)
          Deprecated.  
MerchantAPICallPreHandler(APICallPreHandler apiCallHandler, String apiUserName, String accessToken, String tokenSecret, String sdkName, String sdkVersion, String portName, Map<String,String> configurationMap)
          MerchantAPICallPreHandler decorating basic APICallPreHandler using API Username
 



Copyright © 2015. All Rights Reserved.