public class LdapException extends Exception
| 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, toStringpublic LdapException()
public LdapException(String explanation)
explanation - The message associated with the exceptionpublic LdapException(Throwable cause)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.