/** wait timer in milliseconds. */
private int[] waitTimer = new int[] { 500, 1000 };
public JsonDocumentFetcher getJsonDocumentFetcher() {
ExceptionMockLdapHandler excepMock = MockLdapHandlers.getExceptionMock();
return new LdapJsonDocumentFetcher(excepMock, waitTimer);
}