public void verifyAndLoadConfigurationFiles() throws Exception { try { super.verifyAndLoadConfigurationFiles(); } catch (FileNotFoundException okIfComplianceFileIsMissing) { } }
public synchronized void subtractMaxFailedUploadAttemptsFromServerCounter() { String clientIp = getCurrentClientIp(); super.subtractMaxFailedUploadRequestsForIp(clientIp); }