public class LdapException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
LdapException()
Creates a new instance of LdapException.
|
LdapException(java.lang.String explanation)
Creates a new instance of LdapException.
|
LdapException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of LdapException.
|
LdapException(java.lang.Throwable cause)
Creates a new instance of LdapException.
|
private static final long serialVersionUID
public LdapException()
public LdapException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic LdapException(java.lang.Throwable cause)
public LdapException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception