114115116117118119120121
//Dummy operation for connectivity testing try { getCatalogCurrentStoreView(); } catch (Exception e) { throw new ConnectionException(ConnectionExceptionCode.INCORRECT_CREDENTIALS, null, e.getMessage()); } }