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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.api.ldap.model.cursor.CursorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CursorClosedException, CursorLdapReferralException, InconsistentCursorStateException, InvalidCursorPositionException

public class CursorException
extends Exception

An class for exceptions which add Cursor specific information to Exceptions.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
CursorException()
          Creates a new instance of CursorException.
CursorException(String explanation)
          Creates a new instance of CursorException.
CursorException(String explanation, Throwable cause)
          Creates a new instance of CursorException.
CursorException(Throwable cause)
          Creates a new instance of LdapException.
 
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

CursorException

public CursorException()
Creates a new instance of CursorException.


CursorException

public CursorException(String explanation)
Creates a new instance of CursorException.

Parameters:
explanation - The message associated with the exception

CursorException

public CursorException(Throwable cause)
Creates a new instance of LdapException.


CursorException

public CursorException(String explanation,
                       Throwable cause)
Creates a new instance of CursorException.

Parameters:
explanation - The message associated with the exception
cause - The root cause for this exception


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