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

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.InvalidCursorPositionException
All Implemented Interfaces:
Serializable

public class InvalidCursorPositionException
extends CursorException

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

Author:
Apache Directory Project
See Also:
Serialized Form

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


InvalidCursorPositionException

public InvalidCursorPositionException(String message)
Creates a new instance of InvalidCursorPositionException.

Parameters:
message - The associated message


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