public class CursorClosedException extends CursorException
| Modifier and Type | Field and Description |
|---|---|
static CursorClosedException |
INSTANCE
A static exception to be used by the monitor
|
| Constructor and Description |
|---|
CursorClosedException()
Creates a new instance of CursorClosedException.
|
CursorClosedException(String message)
Creates a new instance of CursorClosedException.
|
CursorClosedException(String message,
Throwable cause)
Creates a new instance of CursorClosedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final CursorClosedException INSTANCE
public CursorClosedException()
public CursorClosedException(String message)
message - The associated messageCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.