Searched refs:errEx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapNamingEnumeration.java53 private NamingException errEx = null; field in class:LdapNamingEnumeration
330 errEx = e;
369 if (errEx == null) {
370 errEx = re.getNamingException();
385 if (errEx != null) {
386 throw errEx;

Completed in 29 milliseconds