javax.naming
Class ReferralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ReferralException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LdapReferralException
public abstract class ReferralException
- extends NamingException
- See Also:
- Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
ReferralException
protected ReferralException()
ReferralException
protected ReferralException(String msg)
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()