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

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

public class ContainerNotFoundException
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
ContainerNotFoundException()
          Initialize the new instance with default values.
ContainerNotFoundException(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

ContainerNotFoundException

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


ContainerNotFoundException

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



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