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

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

public class IsNotContainerException
extends LDAPProcessingException

Will be thrown if a LDAP container object was expected but the found object is not a container. The exception's message contains the dn of the found object

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

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

IsNotContainerException

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


IsNotContainerException

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



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