jdk/src/java.naming/share/classes/com/sun/jndi/ldap/LdapReferralException.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30655 d83f50188ca9
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    57   * following an existing referral then these new objects are appended
    57   * following an existing referral then these new objects are appended
    58   * to the end of the chain of unprocessed <tt>LdapReferralException</tt>
    58   * to the end of the chain of unprocessed <tt>LdapReferralException</tt>
    59   * objects.
    59   * objects.
    60   * <p>
    60   * <p>
    61   * If an exception was recorded while processing a chain of
    61   * If an exception was recorded while processing a chain of
    62   * <tt>LdapReferralException</tt> objects then is is throw once
    62   * <tt>LdapReferralException</tt> objects then it is throw once
    63   * processing has completed.
    63   * processing has completed.
    64   *
    64   *
    65   * @author Vincent Ryan
    65   * @author Vincent Ryan
    66   */
    66   */
    67 final public class LdapReferralException extends
    67 final public class LdapReferralException extends