|
||||||||||
| 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.cursor.CursorException
public class CursorException
An class for exceptions which add Cursor specific information to Exceptions.
| Constructor Summary | |
|---|---|
CursorException()
Creates a new instance of CursorException. |
|
CursorException(String explanation)
Creates a new instance of CursorException. |
|
CursorException(String explanation,
Throwable cause)
Creates a new instance of CursorException. |
|
CursorException(Throwable cause)
Creates a new instance of LdapException. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public CursorException()
public CursorException(String explanation)
explanation - The message associated with the exceptionpublic CursorException(Throwable cause)
public CursorException(String explanation,
Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||