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.api.ldap.model.exception.LdapException
              extended by org.apache.directory.ldap.client.api.exception.InvalidConnectionException
All Implemented Interfaces:
Serializable

public class InvalidConnectionException
extends org.apache.directory.api.ldap.model.exception.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()
          Instantiates a new invalid connection exception.
InvalidConnectionException(String explanation)
          Instantiates a new invalid connection exception.
InvalidConnectionException(String explanation, Throwable cause)
          Instantiates a new invalid connection exception.
 
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()
Instantiates a new invalid connection exception.


InvalidConnectionException

public InvalidConnectionException(String explanation)
Instantiates a new invalid connection exception.

Parameters:
explanation - the explanation

InvalidConnectionException

public InvalidConnectionException(String explanation,
                                  Throwable cause)
Instantiates a new invalid connection exception.

Parameters:
explanation - the explanation
cause - The root cause for this exception


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.