|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.ldap.client.api.exception.InvalidConnectionException
public class InvalidConnectionException
A InvalidConnectionException is thrown if one tries to apply an operation on a closed connection
| 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 |
|---|
public InvalidConnectionException()
public InvalidConnectionException(String explanation)
explanation - the explanation
public InvalidConnectionException(String explanation,
Throwable cause)
explanation - the explanationcause - The root cause for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||