Uses of Class
org.apache.directory.api.ldap.model.exception.LdapReferralException
-
Packages that use LdapReferralException Package Description org.apache.directory.api.ldap.model.cursor -
-
Uses of LdapReferralException in org.apache.directory.api.ldap.model.cursor
Fields in org.apache.directory.api.ldap.model.cursor declared as LdapReferralException Modifier and Type Field Description private LdapReferralExceptionCursorLdapReferralException. ldapReferralExceptionThe contained referralExceptionConstructors in org.apache.directory.api.ldap.model.cursor with parameters of type LdapReferralException Constructor Description CursorLdapReferralException(LdapReferralException ldapReferralException)Creates a new instance of CursorClosedException.CursorLdapReferralException(LdapReferralException ldapReferralException, String message)Creates a new instance of CursorClosedException.CursorLdapReferralException(LdapReferralException ldapReferralException, String message, Throwable cause)Creates a new instance of CursorClosedException.
-