javax.naming.ldap
Class LdapReferralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ReferralException
javax.naming.ldap.LdapReferralException
- All Implemented Interfaces:
- Serializable
public abstract class LdapReferralException
- extends ReferralException
- See Also:
- Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
LdapReferralException
protected LdapReferralException()
LdapReferralException
protected LdapReferralException(String explanation)
getReferralContext
public abstract Context getReferralContext()
throws NamingException
- Specified by:
getReferralContext
in class ReferralException
- Throws:
NamingException
getReferralContext
public abstract Context getReferralContext(Hashtable<?,?> env)
throws NamingException
- Specified by:
getReferralContext
in class ReferralException
- Throws:
NamingException
getReferralContext
public abstract Context getReferralContext(Hashtable<?,?> env,
Control[] reqCtls)
throws NamingException
- Throws:
NamingException