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:
- java.io.Serializable
- class LdapReferralException
- extends javax.naming.ldap.LdapReferralException
A wrapper for the ldapjdk LDAPReferralException
Fields inherited from class javax.naming.NamingException |
remainingName, resolvedName, resolvedObj, rootException |
Methods 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 |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_ldapEx
LDAPReferralException m_ldapEx
m_srcCtx
LdapContextImpl m_srcCtx
m_referralIdx
int m_referralIdx
LdapReferralException
public LdapReferralException(LdapContextImpl srcCtx,
LDAPReferralException ldapEx)
getReferralInfo
public java.lang.Object getReferralInfo()
getReferralContext
public javax.naming.Context getReferralContext()
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
getReferralContext
public javax.naming.Context getReferralContext(java.util.Hashtable env)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
getReferralContext
public javax.naming.Context getReferralContext(java.util.Hashtable env,
javax.naming.ldap.Control[] reqCtls)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
skipReferral
public boolean skipReferral()
- Skip the referral to be processed
retryReferral
public void retryReferral()