public class LdapUriException extends LdapException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
reason
The reason message.
|
protected int |
reasonCode
The reason code.
|
private static long |
serialVersionUID |
static int |
UNKNOWN
No specified reason code.
|
| Constructor and Description |
|---|
LdapUriException(java.lang.String reason,
java.lang.Throwable cause)
The constructor with a reason string argument.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReasonCode()
Get the reason code.
|
private static final long serialVersionUID
public static final int UNKNOWN
protected int reasonCode
protected java.lang.String reason