public class LdapURLEncodingException extends LdapException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LdapURLEncodingException(java.lang.String message)
Creates a LdapStringEncodingException
|
LdapURLEncodingException(java.lang.String message,
java.lang.Throwable cause)
Creates a LdapStringEncodingException
|
private static final long serialVersionUID
public LdapURLEncodingException(java.lang.String message)
message - A message with meaning to a humanpublic LdapURLEncodingException(java.lang.String message,
java.lang.Throwable cause)
message - A message with meaning to a humancause - The root cause for this exception