KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ldap > LdapReferralException

javax.naming.ldap
Class LdapReferralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.ReferralException
                  extended by javax.naming.ldap.LdapReferralException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public abstract Context getReferralContext()
                                    throws NamingException
See Also:
ReferralException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Context getReferralContext(Hashtable<?,?> env)
                                    throws NamingException
See Also:
ReferralException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Context getReferralContext(Hashtable<?,?> env,
                                           Control[] reqCtls)
                                    throws NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LdapReferralException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected LdapReferralException(String explanation)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags