class WrappedReferralException
extends javax.naming.ReferralException
| Modifier and Type | Field and Description |
|---|---|
private LdapReferralException |
lre |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
WrappedReferralException(LdapReferralException lre) |
| Modifier and Type | Method and Description |
|---|---|
javax.naming.Context |
getReferralContext() |
javax.naming.Context |
getReferralContext(java.util.Hashtable<?,?> env) |
java.lang.Object |
getReferralInfo() |
javax.naming.Name |
getRemainingName() |
javax.naming.Name |
getResolvedName() |
java.lang.Object |
getResolvedObj() |
void |
retryReferral() |
boolean |
skipReferral() |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toStringprivate static final long serialVersionUID
private LdapReferralException lre
public WrappedReferralException(LdapReferralException lre)
public boolean skipReferral()
skipReferral in class javax.naming.ReferralExceptionpublic void retryReferral()
retryReferral in class javax.naming.ReferralExceptionpublic java.lang.Object getReferralInfo()
getReferralInfo in class javax.naming.ReferralExceptionpublic javax.naming.Context getReferralContext(java.util.Hashtable<?,?> env)
throws javax.naming.NamingException
getReferralContext in class javax.naming.ReferralExceptionjavax.naming.NamingExceptionpublic javax.naming.Context getReferralContext()
throws javax.naming.NamingException
getReferralContext in class javax.naming.ReferralExceptionjavax.naming.NamingExceptionpublic javax.naming.Name getRemainingName()
getRemainingName in class javax.naming.NamingExceptionpublic java.lang.Object getResolvedObj()
getResolvedObj in class javax.naming.NamingExceptionpublic javax.naming.Name getResolvedName()
getResolvedName in class javax.naming.NamingException