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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pfsw.tools.beluga.ldap.server.LDAPProcessingException
              extended by org.pfsw.tools.beluga.ldap.server.InvalidDNException
All Implemented Interfaces:
Serializable

public class InvalidDNException
extends LDAPProcessingException

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

Constructor Summary
InvalidDNException()
          Initialize the new instance with default values.
InvalidDNException(String dn)
           
 
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

InvalidDNException

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


InvalidDNException

public InvalidDNException(String dn)
Parameters:
dn - Should only contain the errenous DN


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