org.apache.directory.ldap.client.api.exception
Class LdapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.ldap.client.api.exception.LdapException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidConnectionException

public class LdapException
extends java.lang.Exception

A InvalidConnectionException is thrown if one tries to apply an operation on a closed connection

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
LdapException()
           
LdapException(java.lang.String explanation)
           
LdapException(java.lang.String explanation, java.lang.Throwable cause)
           
LdapException(java.lang.Throwable cause)
           
 
Method Summary
 
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

LdapException

public LdapException()

LdapException

public LdapException(java.lang.String explanation)

LdapException

public LdapException(java.lang.Throwable cause)

LdapException

public LdapException(java.lang.String explanation,
                     java.lang.Throwable cause)


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