KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ReferralException

javax.naming
Class ReferralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.ReferralException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LdapReferralException
See Also:
Top Examples, Source Code

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


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


public abstract Object getReferralInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public abstract void retryReferral()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean skipReferral()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags