DLESE Tools
v1.6.0

org.dlese.dpc.ldap
Class LdapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dlese.dpc.ldap.LdapException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LdapNotFoundException

public class LdapException
extends Exception

Represents an LDAP Exception: simply wraps java.lang.Exception.

See Also:
Serialized Form

Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

DLESE Tools
v1.6.0