|
||||||||||
| 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.shared.ldap.codec.util.URIException
public class URIException
The URI parsing and escape encoding exception.
| Field Summary | |
|---|---|
protected java.lang.String |
reason
The reason message. |
protected int |
reasonCode
The reason code. |
static int |
UNKNOWN
No specified reason code. |
| Constructor Summary | |
|---|---|
URIException(java.lang.String reason)
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 java.lang.String reason
| Constructor Detail |
|---|
public URIException(java.lang.String reason)
reason - the reason| Method Detail |
|---|
public int getReasonCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||