org.rhq.enterprise.server.exception
Class LdapFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.exception.LdapCommunicationException
                  extended by org.rhq.enterprise.server.exception.LdapFilterException
All Implemented Interfaces:
Serializable

public class LdapFilterException
extends LdapCommunicationException

See Also:
Serialized Form

Constructor Summary
LdapFilterException()
           
LdapFilterException(String message)
           
LdapFilterException(String message, Throwable cause)
           
LdapFilterException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapFilterException

public LdapFilterException()

LdapFilterException

public LdapFilterException(String message)

LdapFilterException

public LdapFilterException(Throwable cause)

LdapFilterException

public LdapFilterException(String message,
                           Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.