*
* @throws ForceConnectionException
*/
private void createPartnerConnection() throws ForceConnectionException {
try {
partnerConnection = new PartnerConnection(connectorConfig);
if (logger.isDebugEnabled()) {
StringBuffer strBuff = new StringBuffer("Created new partner connection with the following config:");
strBuff.append("\n username = '").append(connectorConfig.getUsername())
.append("', service endpoint = '").append(connectorConfig.getServiceEndpoint())
.append("', conn timeout = ")