Class WrappedReferralException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.naming.NamingException
-
- javax.naming.ReferralException
-
- org.apache.directory.api.ldap.util.WrappedReferralException
-
- All Implemented Interfaces:
Serializable
class WrappedReferralException extends ReferralException
-
-
Field Summary
-
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
-
Constructor Summary
Constructors Constructor Description WrappedReferralException(LdapReferralException lre)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextgetReferralContext()ContextgetReferralContext(Hashtable<?,?> env)ObjectgetReferralInfo()NamegetRemainingName()NamegetResolvedName()ObjectgetResolvedObj()voidretryReferral()booleanskipReferral()-
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, 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
-
-
-
-
Constructor Detail
-
WrappedReferralException
WrappedReferralException(LdapReferralException lre)
-
-
Method Detail
-
skipReferral
public boolean skipReferral()
- Specified by:
skipReferralin classReferralException
-
retryReferral
public void retryReferral()
- Specified by:
retryReferralin classReferralException
-
getReferralInfo
public Object getReferralInfo()
- Specified by:
getReferralInfoin classReferralException
-
getReferralContext
public Context getReferralContext(Hashtable<?,?> env) throws NamingException
- Specified by:
getReferralContextin classReferralException- Throws:
NamingException
-
getReferralContext
public Context getReferralContext() throws NamingException
- Specified by:
getReferralContextin classReferralException- Throws:
NamingException
-
getRemainingName
public Name getRemainingName()
- Overrides:
getRemainingNamein classNamingException
-
getResolvedObj
public Object getResolvedObj()
- Overrides:
getResolvedObjin classNamingException
-
getResolvedName
public Name getResolvedName()
- Overrides:
getResolvedNamein classNamingException
-
-