org.pfsw.tools.beluga.ldap.server
Class LDAPProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.tools.beluga.ldap.server.LDAPProcessingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerNotFoundException, InvalidDNException, IsNotContainerException, UndefinedSuffixException

public class LDAPProcessingException
extends Exception

Root class for all LDAP processing exceptions

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

Constructor Summary
LDAPProcessingException()
          Initialize the new instance with default values.
LDAPProcessingException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDAPProcessingException

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


LDAPProcessingException

public LDAPProcessingException(String message)
Parameters:
message -


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