org.apache.directory.server.core.cursor
Class CursorClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.server.core.cursor.CursorClosedException
All Implemented Interfaces:
java.io.Serializable

public class CursorClosedException
extends java.lang.Exception

A specific form of IOException to note that an operation is being attempted on a closed Cursor.

Version:
$Rev$, $Date$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
CursorClosedException()
           
CursorClosedException(java.lang.String s)
           
 
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
 

Constructor Detail

CursorClosedException

public CursorClosedException()

CursorClosedException

public CursorClosedException(java.lang.String s)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.