javax.naming.ldap

Class LdapReferralException

public abstract class LdapReferralException extends ReferralException

UNKNOWN: June 1, 2001

Constructor Summary
protected LdapReferralException()
protected LdapReferralException(String explanation)
Method Summary
abstract ContextgetReferralContext()
abstract ContextgetReferralContext(Hashtable<?,?> env)
abstract ContextgetReferralContext(Hashtable<?,?> env, Control[] reqCtls)

Constructor Detail

LdapReferralException

protected LdapReferralException()

LdapReferralException

protected LdapReferralException(String explanation)

Method Detail

getReferralContext

public abstract Context getReferralContext()

getReferralContext

public abstract Context getReferralContext(Hashtable<?,?> env)

getReferralContext

public abstract Context getReferralContext(Hashtable<?,?> env, Control[] reqCtls)