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

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

public class CursorClosedException
extends CursorException

A specific form of IOException to note that an operation is being attempted on a closed Cursor.

Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
static CursorClosedException INSTANCE
          A static exception to be used by the monitor
 
Constructor Summary
CursorClosedException()
          Creates a new instance of CursorClosedException.
CursorClosedException(String message)
          Creates a new instance of CursorClosedException.
CursorClosedException(String message, Throwable cause)
          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
 

Field Detail

INSTANCE

public static final CursorClosedException INSTANCE
A static exception to be used by the monitor

Constructor Detail

CursorClosedException

public CursorClosedException()
Creates a new instance of CursorClosedException.


CursorClosedException

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

Parameters:
message - The associated message

CursorClosedException

public CursorClosedException(String message,
                             Throwable cause)
Creates a new instance of CursorClosedException.

Parameters:
message - The associated message
cause - The original cause


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