public class LdapException extends 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(String explanation)
Creates a new instance of LdapException.
|
LdapException(String explanation,
Throwable cause)
Creates a new instance of LdapException.
|
LdapException(Throwable cause)
Creates a new instance of LdapException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public LdapException()
public LdapException(String explanation)
explanation - The message associated with the exceptionpublic LdapException(Throwable cause)
cause - The root cause for this exceptionCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.