org.apache.directory.shared.ldap.name
Class TooComplexException

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
                      extended by org.apache.directory.shared.ldap.name.TooComplexException
All Implemented Interfaces:
java.io.Serializable

public class TooComplexException
extends LdapInvalidDnException

This exception is used to signal, that the complex parser should be used.

Version:
$Rev$, $Date$
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
TooComplexException()
           
TooComplexException(java.lang.String message)
           
 
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

TooComplexException

public TooComplexException()

TooComplexException

public TooComplexException(java.lang.String message)


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