Name

ReferralException

Synopsis

Thrown when a referral cannot be continued, such as when more information is required. Note that this is an abstract class.

                  Implementations
public abstract class ReferralException extends NamingException {
// Protected Constructors
   protected ReferralException();  
   protected ReferralException( String explanation);  
// Public Instance Methods
   public abstract javax.naming.Context getReferralContext(
        ) throws NamingException;  
   public abstract javax.naming.Context getReferralContext(
        java.util.Hashtable env) throws NamingException;  
   public abstract Object getReferralInfo();  
   public abstract void retryReferral();  
   public abstract boolean skipReferral();  
}

Subclasses

javax.naming.ldap.LdapReferralException

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.