javax.naming
public abstract class ReferralException extends NamingException
UNKNOWN: June 14, 2001
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() |