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

public abstract class ReferralException
extends NamingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
protected ReferralException()
           
protected ReferralException(String msg)
           
 
Method Summary
abstract  Context getReferralContext()
           
abstract  Context getReferralContext(Hashtable<?,?> env)
           
abstract  Object getReferralInfo()
           
abstract  void retryReferral()
           
abstract  boolean 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

ReferralException

protected ReferralException()

ReferralException

protected ReferralException(String msg)
Method Detail

getReferralInfo

public abstract Object getReferralInfo()

getReferralContext

public abstract Context getReferralContext()
                                    throws NamingException
Throws:
NamingException

getReferralContext

public abstract Context getReferralContext(Hashtable<?,?> env)
                                    throws NamingException
Throws:
NamingException

skipReferral

public abstract boolean skipReferral()

retryReferral

public abstract void retryReferral()