Searched defs:LdapReferralException (Results 1 - 2 of 2) 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 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...]

Completed in 30 milliseconds