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

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapReferralException.java37 * LdapReferralException is an abstract class. Concrete implementations of it
52 public abstract class LdapReferralException extends ReferralException { class in inherits:ReferralException
54 * Constructs a new instance of LdapReferralException using the
60 protected LdapReferralException(String explanation) { method in class:LdapReferralException
65 * Constructs a new instance of LdapReferralException.
68 protected LdapReferralException() { method in class:LdapReferralException
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DReferralEnumeration.java31 void appendUnprocessedReferrals(LdapReferralException ex);
H A DLdapReferralException.java39 * An <tt>LdapReferralException</tt> object contains one or more referrals.
50 * An <tt>LdapReferralException</tt> object may also contain a reference
51 * to a chain of unprocessed <tt>LdapReferralException</tt> objects.
53 * <tt>LdapReferralException</tt> objects remain, then the
54 * <tt>LdapReferralException</tt> object referenced by the current
57 * If new <tt>LdapReferralException</tt> objects are generated while
59 * to the end of the chain of unprocessed <tt>LdapReferralException</tt>
63 * <tt>LdapReferralException</tt> objects then is is throw once
68 final public class LdapReferralException extends class in inherits:javax.naming.ldap.LdapReferralException
69 javax.naming.ldap.LdapReferralException {
97 LdapReferralException(Name resolvedName, method in class:LdapReferralException
[all...]
H A DLdapResult.java41 LdapReferralException refEx = null;
H A DLdapNamingEnumeration.java52 private LdapReferralException refEx = null;
146 // convert referrals into a chain of LdapReferralException
228 } catch (LdapReferralException e) {
320 public void appendUnprocessedReferrals(LdapReferralException ex) {
366 } catch (LdapReferralException re) {
H A DLdapCtx.java164 // Bind Controls (used by LdapReferralException)
423 } catch (LdapReferralException e) {
439 } catch (LdapReferralException re) {
566 if ((addEx != null && !(addEx instanceof LdapReferralException)) ||
587 } catch (LdapReferralException e) {
603 } catch (LdapReferralException re) {
640 } catch (LdapReferralException e) {
656 } catch (LdapReferralException re) {
729 } catch (LdapReferralException e) {
760 } catch (LdapReferralException r
[all...]
H A DLdapReferralContext.java50 private LdapReferralException refEx = null;
55 LdapReferralContext(LdapReferralException ex, Hashtable env,
95 } catch (LdapReferralException e) {
295 } catch (LdapReferralException e) {
354 } catch (LdapReferralException e) {
669 } catch (LdapReferralException e) {
735 } catch (LdapReferralException e) {
H A DLdapSearchEnumeration.java177 public void appendUnprocessedReferrals(LdapReferralException ex) {
H A DLdapCtxFactory.java86 } catch (LdapReferralException e) {

Completed in 56 milliseconds