org.codehaus.plexus.redback.common.ldap.connection
Class LdapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by org.codehaus.plexus.redback.common.ldap.connection.LdapException
All Implemented Interfaces:
java.io.Serializable

public class LdapException
extends javax.naming.NamingException

Version:
$Id: LdapException.java,v 1.2 2006/02/06 15:15:54 trygvis Exp $
Author:
trygvis
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
LdapException(java.lang.String message)
           
LdapException(java.lang.String message, java.lang.Throwable t)
           
 
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

LdapException

public LdapException(java.lang.String message)

LdapException

public LdapException(java.lang.String message,
                     java.lang.Throwable t)


Copyright © 2006-2008 Codehaus. All Rights Reserved.