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

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.UndefinedSuffixException
All Implemented Interfaces:
Serializable

public class UndefinedSuffixException
extends LDAPProcessingException

Exception that will be thrown if a container cannot be found

Version:
1.0
Author:
M.Duchrow
See Also:
Serialized Form

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

UndefinedSuffixException

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


UndefinedSuffixException

public UndefinedSuffixException(String dn)
Initialize the new instance with a DN.



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