Uses of Class
org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException

Packages that use LDAPRequestException
org.pfsw.tools.beluga.ldap.protocol   
 

Uses of LDAPRequestException in org.pfsw.tools.beluga.ldap.protocol
 

Subclasses of LDAPRequestException in org.pfsw.tools.beluga.ldap.protocol
 class InvalidFilterOperation
          Will be thrown if an invalid operator in a search filter was found
 class LDAPRequestParsingException
          Must be thrown in any case of a parsing exception
 class LDAPUnknownRequestException
          Will be thrown whenever a request could not be identified
 class LDAPVersionNotSupportedException
          Thrown if an unsupported LDAP version is used.
 class UnsupportedFilterOperation
          Will be thrown if operators are used in a filter that are not supported by this LDAP server
 

Methods in org.pfsw.tools.beluga.ldap.protocol that throw LDAPRequestException
 RequestMessage LDAPRequestParser.parseRequest(byte[] data)
          Parse the ASN.1 encoded LDAP request and return the data in a Java object
 



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.