|
||||||||||
| 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
org.apache.directory.api.ldap.model.cursor.CursorClosedException
public class CursorClosedException
A specific form of IOException to note that an operation is being attempted on a closed Cursor.
| Field Summary | |
|---|---|
static CursorClosedException |
INSTANCE
A static exception to be used by the monitor |
| Constructor Summary | |
|---|---|
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. |
|
| 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 |
| Field Detail |
|---|
public static final CursorClosedException INSTANCE
| Constructor Detail |
|---|
public CursorClosedException()
public CursorClosedException(String message)
message - The associated message
public CursorClosedException(String message,
Throwable cause)
message - The associated messagecause - The original cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||