Package netscape.ldap

Class LDAPReferralException

java.lang.Object
All Implemented Interfaces:
Serializable

public class LDAPReferralException extends LDAPException
Represents the situation in which the LDAP server refers the client to another LDAP server. This exception constructs a list of referral URLs from the LDAP error message returned by the server. You can get this list by using the getURLs method.
Version:
1.0
See Also: