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

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

public class InvalidCursorPositionException
extends java.lang.Exception

Thrown to indicate an illegal position state for a Cursor when a call to get is made.

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

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

InvalidCursorPositionException

public InvalidCursorPositionException()

InvalidCursorPositionException

public InvalidCursorPositionException(java.lang.String s)


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