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

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

public class InconsistentCursorStateException
extends java.lang.Exception

Thrown to indicate a condition in the Cursor where the state seems inconsistent based on internal accounting. This may indicate the underlying structure has changed after the Cursor has been created.

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

Constructor Summary
InconsistentCursorStateException()
           
InconsistentCursorStateException(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

InconsistentCursorStateException

public InconsistentCursorStateException()

InconsistentCursorStateException

public InconsistentCursorStateException(java.lang.String s)


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