public class LdapUriException extends LdapException
| Modifier and Type | Field and Description |
|---|---|
protected 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(String reason,
Throwable cause)
The constructor with a reason string argument.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReasonCode()
Get the reason code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public static final int UNKNOWN
protected int reasonCode
protected String reason
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.