org.pfsw.tools.beluga.ldap.protocol
Class UnsupportedFilterOperation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
              extended by org.pfsw.tools.beluga.ldap.protocol.UnsupportedFilterOperation
All Implemented Interfaces:
Serializable

public class UnsupportedFilterOperation
extends LDAPRequestException

Will be thrown if operators are used in a filter that are not supported by this LDAP server

Version:
1.0
Author:
Manfred Duchrow
See Also:
Serialized Form

Constructor Summary
UnsupportedFilterOperation()
          Initialize the new instance with default values.
UnsupportedFilterOperation(String message)
           
 
Method Summary
 
Methods inherited from class org.pfsw.tools.beluga.ldap.protocol.LDAPRequestException
getMessageId, setMessageId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedFilterOperation

public UnsupportedFilterOperation()
Initialize the new instance with default values.


UnsupportedFilterOperation

public UnsupportedFilterOperation(String message)
Parameters:
message - A message for the exception


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