Uses of Class
org.apache.directory.api.ldap.model.exception.LdapReferralException
-
Packages that use LdapReferralException Package Description org.apache.directory.api.ldap.model.cursor org.apache.directory.api.ldap.util -
-
Uses of LdapReferralException in org.apache.directory.api.ldap.model.cursor
Constructors 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. -
Uses of LdapReferralException in org.apache.directory.api.ldap.util
Constructors in org.apache.directory.api.ldap.util with parameters of type LdapReferralException Constructor Description WrappedReferralException(LdapReferralException lre)
-