public class CursorClosedException extends CursorException
| Modifier and Type | Field and Description |
|---|---|
static CursorClosedException |
INSTANCE
A static exception to be used by the monitor
|
private static long |
serialVersionUID
The serialVersion UID
|
| Constructor and Description |
|---|
CursorClosedException()
Creates a new instance of CursorClosedException.
|
CursorClosedException(java.lang.String message)
Creates a new instance of CursorClosedException.
|
CursorClosedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of CursorClosedException.
|
private static final long serialVersionUID
public static final CursorClosedException INSTANCE
public CursorClosedException()
public CursorClosedException(java.lang.String message)
message - The associated messagepublic CursorClosedException(java.lang.String message,
java.lang.Throwable cause)
message - The associated messagecause - The original cause