java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ReferralException
javax.naming.ldap.LdapReferralException
All Implemented Interfaces:
Serializable
A Control[] array passed as a parameter to the getReferralContext() method is owned by the caller. The service provider will not modify the array or keep a reference to it, although it may keep references to the individual Control objects in the array.
Rosanna
- LeeScott
- SeligmanVincent
- Ryan1.3
- Fields inherited from javax.naming.NamingException: |
---|
resolvedName, resolvedObj, remainingName, rootException |
Fields inherited from java.lang.Exception: |
---|
serialVersionUID |
Constructor: |
---|
|
|
Method from javax.naming.ldap.LdapReferralException Summary: |
---|
getReferralContext, getReferralContext, getReferralContext |
Methods from javax.naming.ReferralException: |
---|
getReferralContext, getReferralContext, getReferralInfo, retryReferral, skipReferral |
Methods from javax.naming.NamingException: |
---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.naming.ldap.LdapReferralException Detail: |
---|
This method is equivalent to where ctx is the context that threw the ReferralException.getReferralContext(ctx.getEnvironment(), null); It is overridden in this class for documentation purposes only. See ReferralException for how to use this method. |
This method is equivalent to getReferralContext(env, null); It is overridden in this class for documentation purposes only. See ReferralException for how to use this method. |
reqCtls is used when creating the connection to the referred server. These controls will be used as the connection request controls for the context and context instances derived from the context. reqCtls will also be the context's request controls for subsequent context operations. See the LdapContext class description for details. This method should be used instead of the other two overloaded forms when the caller needs to supply request controls for creating the referral context. It might need to do this, for example, when it needs to supply special controls relating to authentication. Service provider implementors should read the "Service Provider" section in the LdapContext class description for implementation details. |