org.apache.directory.shared.ldap.model.cursor
Class CursorClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.shared.ldap.model.cursor.CursorClosedException
- All Implemented Interfaces:
- Serializable
public class CursorClosedException
- extends Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
INSTANCE
public static final CursorClosedException INSTANCE
- A static exception to be used by the monitor
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
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.