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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.InvalidNameException
                  extended by org.apache.directory.shared.ldap.name.TooComplexException
All Implemented Interfaces:
java.io.Serializable

public class TooComplexException
extends javax.naming.InvalidNameException

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 javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
TooComplexException()
           
TooComplexException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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 © 2004-2009 The Apache Software Foundation. All Rights Reserved.