public class LdapLdifException extends LdapException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UID
|
| Constructor and Description |
|---|
LdapLdifException(java.lang.String message)
Creates a new instance of LdapLdifException.
|
LdapLdifException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of LdapLdifException.
|
private static final long serialVersionUID
public LdapLdifException(java.lang.String message)
message - The exception messagepublic LdapLdifException(java.lang.String message,
java.lang.Throwable cause)
message - The exception messagecause - The root cause for this exception