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, toString
public LdapException()
public LdapException(String explanation)
explanation
- The message associated with the exceptionpublic LdapException(Throwable cause)
Copyright © 2018. All rights reserved.