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

public abstract class LdapReferralException
extends ReferralException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
protected LdapReferralException()
           
protected LdapReferralException(String explanation)
           
 
Method Summary
abstract  Context getReferralContext()
           
abstract  Context getReferralContext(Hashtable<?,?> env)
           
abstract  Context getReferralContext(Hashtable<?,?> env, Control[] reqCtls)
           
 
Methods inherited from class javax.naming.ReferralException
getReferralInfo, retryReferral, skipReferral
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapReferralException

protected LdapReferralException()

LdapReferralException

protected LdapReferralException(String explanation)
Method Detail

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