public abstract class ReferralException extends NamingException
remainingName, resolvedName, resolvedObj, rootException
Modifier | Constructor and Description |
---|---|
protected |
ReferralException() |
protected |
ReferralException(String msg) |
Modifier and Type | Method and Description |
---|---|
abstract Context |
getReferralContext() |
abstract Context |
getReferralContext(Hashtable<?,?> env) |
abstract Object |
getReferralInfo() |
abstract void |
retryReferral() |
abstract boolean |
skipReferral() |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
protected ReferralException()
protected ReferralException(String msg)
public abstract Object getReferralInfo()
public abstract Context getReferralContext() throws NamingException
NamingException
public abstract Context getReferralContext(Hashtable<?,?> env) throws NamingException
NamingException
public abstract boolean skipReferral()
public abstract void retryReferral()