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) LdapContextImpl
Fields 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) void
boolean
Skip 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, toString
Methods 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:
getReferralInfo
in classReferralException
-
getReferralContext
- Specified by:
getReferralContext
in classLdapReferralException
- Throws:
NamingException
-
getReferralContext
- Specified by:
getReferralContext
in classLdapReferralException
- Throws:
NamingException
-
getReferralContext
- Specified by:
getReferralContext
in classLdapReferralException
- Throws:
NamingException
-
skipReferral
public boolean skipReferral()Skip the referral to be processed- Specified by:
skipReferral
in classReferralException
-
retryReferral
public void retryReferral()- Specified by:
retryReferral
in classReferralException
-