mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
05.04.2008 e290fc8fe50c2cf6e97e0e7b782101da5b5a94dc
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java
@@ -52,6 +52,7 @@
import java.util.ArrayList;
import java.util.LinkedHashSet;
import javax.naming.InterruptedNamingException;
import javax.naming.ldap.InitialLdapContext;
import javax.swing.ButtonGroup;
import javax.swing.JComponent;
@@ -522,8 +523,11 @@
      }
      catch (Throwable t)
      {
        EntryReadErrorEvent ev = new EntryReadErrorEvent(this, dn, t);
        entryPane.entryReadError(ev);
        if (!(t instanceof InterruptedNamingException))
        {
          EntryReadErrorEvent ev = new EntryReadErrorEvent(this, dn, t);
          entryPane.entryReadError(ev);
        }
      }
    }
    else