|
||||||||||
| 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.ldaptive.LdapException
org.ldaptive.provider.ConnectionException
public class ConnectionException
Exception thrown when a connection attempt fails.
| Constructor Summary | |
|---|---|
ConnectionException(Exception e)
Creates a new connection exception. |
|
ConnectionException(Exception e,
ResultCode code)
Creates a new connection exception. |
|
ConnectionException(Exception e,
ResultCode code,
String dn)
Creates a new connection exception. |
|
ConnectionException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new connection exception. |
|
ConnectionException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new connection exception. |
|
ConnectionException(String msg)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e,
ResultCode code)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e,
ResultCode code,
String dn)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new connection exception. |
|
ConnectionException(String msg,
ResultCode code)
Creates a new connection exception. |
|
ConnectionException(String msg,
ResultCode code,
String dn)
Creates a new connection exception. |
|
ConnectionException(String msg,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new connection exception. |
|
ConnectionException(String msg,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new connection exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.ldaptive.LdapException |
|---|
getControl, getControls, getMatchedDn, getMessageId, getReferralURLs, getResultCode, 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 |
| Constructor Detail |
|---|
public ConnectionException(String msg)
msg - describing this exception
public ConnectionException(String msg,
ResultCode code)
msg - describing this exceptioncode - result code
public ConnectionException(String msg,
ResultCode code,
String dn)
msg - describing this exceptioncode - result codedn - matched dn
public ConnectionException(String msg,
ResultCode code,
String dn,
ResponseControl[] c)
msg - describing this exceptioncode - result codedn - matched dnc - response controls
public ConnectionException(String msg,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
msg - describing this exceptioncode - result codedn - matched dnc - response controlsurls - referral urlspublic ConnectionException(Exception e)
e - provider specific exception
public ConnectionException(Exception e,
ResultCode code)
e - provider specific exceptioncode - result code
public ConnectionException(Exception e,
ResultCode code,
String dn)
e - provider specific exceptioncode - result codedn - matched dn
public ConnectionException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
e - provider specific exceptioncode - result codedn - matched dnc - response controls
public ConnectionException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
e - provider specific exceptioncode - result codedn - matched dnc - response controlsurls - referral urls
public ConnectionException(String msg,
Exception e)
msg - describing this exceptione - provider specific exception
public ConnectionException(String msg,
Exception e,
ResultCode code)
msg - describing this exceptione - provider specific exceptioncode - result code
public ConnectionException(String msg,
Exception e,
ResultCode code,
String dn)
msg - describing this exceptione - provider specific exceptioncode - result codedn - matched dn
public ConnectionException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
msg - describing this exceptione - provider specific exceptioncode - result codedn - matched dnc - response controls
public ConnectionException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
msg - describing this exceptione - provider specific exceptioncode - result codedn - matched dnc - response controlsurls - referral urls
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||