public class CursorException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
CursorException()
Creates a new instance of CursorException.
|
CursorException(java.lang.String explanation)
Creates a new instance of CursorException.
|
CursorException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of CursorException.
|
CursorException(java.lang.Throwable cause)
Creates a new instance of LdapException.
|
private static final long serialVersionUID
public CursorException()
public CursorException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic CursorException(java.lang.Throwable cause)
public CursorException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception