javax.naming

Class ReferralException

public abstract class ReferralException extends NamingException

UNKNOWN: June 14, 2001

Constructor Summary
protected ReferralException()
protected ReferralException(String msg)
Method Summary
abstract ContextgetReferralContext()
abstract ContextgetReferralContext(Hashtable<?,?> env)
abstract ObjectgetReferralInfo()
abstract voidretryReferral()
abstract booleanskipReferral()

Constructor Detail

ReferralException

protected ReferralException()

ReferralException

protected ReferralException(String msg)

Method Detail

getReferralContext

public abstract Context getReferralContext()

getReferralContext

public abstract Context getReferralContext(Hashtable<?,?> env)

getReferralInfo

public abstract Object getReferralInfo()

retryReferral

public abstract void retryReferral()

skipReferral

public abstract boolean skipReferral()