Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.naming
Class ReferralException  view ReferralException download ReferralException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.naming.NamingException
              extended byjavax.naming.ReferralException
All Implemented Interfaces:
java.io.Serializable

public abstract class ReferralException
extends NamingException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
protected ReferralException()
           
protected ReferralException(java.lang.String msg)
           
 
Method Summary
abstract  Context getReferralContext()
           
abstract  Context getReferralContext(java.util.Hashtable env)
           
abstract  java.lang.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ReferralException

protected ReferralException()

ReferralException

protected ReferralException(java.lang.String msg)
Method Detail

getReferralInfo

public abstract java.lang.Object getReferralInfo()

getReferralContext

public abstract Context getReferralContext()
                                    throws NamingException

getReferralContext

public abstract Context getReferralContext(java.util.Hashtable env)
                                    throws NamingException

skipReferral

public abstract boolean skipReferral()

retryReferral

public abstract void retryReferral()