org.apache.directory.shared.ldap.exception
Class LdapInvalidDnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.ldap.exception.LdapException
              extended by org.apache.directory.shared.ldap.exception.LdapOperationException
                  extended by org.apache.directory.shared.ldap.exception.LdapInvalidDnException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TooComplexException

public class LdapInvalidDnException
extends LdapOperationException

A subclass of LdapOperationException designed to hold an unequivocal LDAP result code.

Version:
$Rev: 923834 $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException
resolvedDn, resultCode
 
Constructor Summary
LdapInvalidDnException(ResultCodeEnum resultCode)
          Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum resultCode, java.lang.String message)
          Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(java.lang.String message)
          to be used by some special exceptions like TooComplexException
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException
getResolvedDn, getResultCode, setResolvedDn
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapInvalidDnException

public LdapInvalidDnException(java.lang.String message)
to be used by some special exceptions like TooComplexException


LdapInvalidDnException

public LdapInvalidDnException(ResultCodeEnum resultCode,
                              java.lang.String message)
Creates a new instance of LdapInvalidDnException.

Parameters:
resultCode - the ResultCodeEnum for this exception
message - The exception message

LdapInvalidDnException

public LdapInvalidDnException(ResultCodeEnum resultCode)
Creates a new instance of LdapInvalidDnException.

Parameters:
resultCode - the ResultCodeEnum for this exception


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.