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

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

public class InvalidConnectionException
extends LdapException

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
InvalidConnectionException()
           
InvalidConnectionException(java.lang.String explanation)
           
 
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

InvalidConnectionException

public InvalidConnectionException()

InvalidConnectionException

public InvalidConnectionException(java.lang.String explanation)


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