Package com.netscape.jndi.ldap
Class LdapReferralException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ReferralException
javax.naming.ldap.LdapReferralException
com.netscape.jndi.ldap.LdapReferralException
- All Implemented Interfaces:
Serializable
A wrapper for the ldapjdk LDAPReferralException
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) LDAPReferralException(package private) int(package private) LdapContextImplFields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReferralContext(Hashtable<?, ?> env) getReferralContext(Hashtable<?, ?> env, Control[] reqCtls) voidbooleanSkip the referral to be processedMethods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
m_ldapEx
LDAPReferralException m_ldapEx -
m_srcCtx
LdapContextImpl m_srcCtx -
m_referralIdx
int m_referralIdx
-
-
Constructor Details
-
LdapReferralException
-
-
Method Details
-
getReferralInfo
- Specified by:
getReferralInfoin classReferralException
-
getReferralContext
- Specified by:
getReferralContextin classLdapReferralException- Throws:
NamingException
-
getReferralContext
- Specified by:
getReferralContextin classLdapReferralException- Throws:
NamingException
-
getReferralContext
- Specified by:
getReferralContextin classLdapReferralException- Throws:
NamingException
-
skipReferral
public boolean skipReferral()Skip the referral to be processed- Specified by:
skipReferralin classReferralException
-
retryReferral
public void retryReferral()- Specified by:
retryReferralin classReferralException
-