org.apache.directory.api.ldap.model.cursor
Class InconsistentCursorStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.api.ldap.model.cursor.CursorException
              extended by org.apache.directory.api.ldap.model.cursor.InconsistentCursorStateException
All Implemented Interfaces:
Serializable

public class InconsistentCursorStateException
extends CursorException

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.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
InconsistentCursorStateException()
          Creates a new instance of InconsistentCursorStateException.
InconsistentCursorStateException(String message)
          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
 

Constructor Detail

InconsistentCursorStateException

public InconsistentCursorStateException()
Creates a new instance of InconsistentCursorStateException.


InconsistentCursorStateException

public InconsistentCursorStateException(String message)
Creates a new instance of CursorClosedException.

Parameters:
message - The associated message


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.