|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapUriException
public class LdapUriException
The URI parsing and escape encoding exception.
| Field Summary | |
|---|---|
protected String |
reason
The reason message. |
protected int |
reasonCode
The reason code. |
static int |
UNKNOWN
No specified reason code. |
| Constructor Summary | |
|---|---|
LdapUriException(String reason,
Throwable cause)
The constructor with a reason string argument. |
|
| Method Summary | |
|---|---|
int |
getReasonCode()
Get the reason code. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNKNOWN
protected int reasonCode
protected String reason
| Constructor Detail |
|---|
public LdapUriException(String reason,
Throwable cause)
reason - the reasoncause - the root cause| Method Detail |
|---|
public int getReasonCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||