Searched refs:ReferralException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DReferralException.java36 * a subclass of <tt>ReferralException</tt> by providing implementations
40 * The following code sample shows how <tt>ReferralException</tt> can be used.
50 * } catch (ReferralException e) {
56 * <tt>ReferralException</tt> is an abstract class. Concrete implementations
71 public abstract class ReferralException extends NamingException { class in inherits:NamingException
73 * Constructs a new instance of ReferralException using the
79 protected ReferralException(String explanation) { method in class:ReferralException
84 * Constructs a new instance of ReferralException.
87 protected ReferralException() { method in class:ReferralException
109 * that threw the ReferralException
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapReferralException.java28 import javax.naming.ReferralException;
35 * It extends the base <tt>ReferralException</tt> by providing a
52 public abstract class LdapReferralException extends ReferralException {
76 * the context that threw the <tt>ReferralException</tt> and no controls.
82 * where <tt>ctx</tt> is the context that threw the <tt>ReferralException.</tt>
85 * See <tt>ReferralException</tt> for how to use this method.
106 * See <tt>ReferralException</tt> for how to use this method.
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapReferralException.java202 } catch (ReferralException e) {
235 String getNextReferral() throws ReferralException {

Completed in 2826 milliseconds