Uses of Class
org.apache.directory.api.ldap.model.cursor.CursorClosedException
-
Packages that use CursorClosedException Package Description org.apache.directory.api.ldap.model.cursor -
-
Uses of CursorClosedException in org.apache.directory.api.ldap.model.cursor
Fields in org.apache.directory.api.ldap.model.cursor declared as CursorClosedException Modifier and Type Field Description static CursorClosedExceptionCursorClosedException. INSTANCEA static exception to be used by the monitorMethods in org.apache.directory.api.ldap.model.cursor that throw CursorClosedException Modifier and Type Method Description voidAbstractCursor. checkNotClosed()Check that the cursor is not closed before executing an operation.voidClosureMonitor. checkNotClosed()Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.voidDefaultClosureMonitor. checkNotClosed()Checks if state of this ClosureMonitor is set to closed and if so, throws the causing Exception.
-