org.pfsw.tools.beluga.ldap.server
Class IsNotContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pfsw.tools.beluga.ldap.server.LDAPProcessingException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.