Uses of Class
com.avoka.component.salesforce.SalesForceException
Packages that use SalesForceException
-
Uses of SalesForceException in com.avoka.component.salesforce
Constructors in com.avoka.component.salesforce that throw SalesForceExceptionModifierConstructorDescriptionSalesForceClient
(String username, String passwordSecurityToken, String consumerKey, String consumerSecret, String loginServerURL) Create a SalesForce client with the provided connection details.SalesForceConnection
(String username, String passwordSecurityToken, String consumerKey, String consumerSecret, String loginServerURL) Create a SalesForce connection with parameters and initialize an authenticated session.SalesForceConnection
(String username, String password, String securityToken, String consumerKey, String consumerSecret, String loginServerURL) Create a SalesForce connection with parameters and initialize an authenticated session.