FileDocCategorySizeDatePackage
AlreadyClosedException.javaAPI DocApache Lucene 2.2.01096Sat Jun 16 22:20:36 BST 2007org.apache.lucene.store

AlreadyClosedException

public class AlreadyClosedException extends IllegalStateException
This exception is thrown when there is an attempt to access something that has already been closed.

Fields Summary
Constructors Summary
public AlreadyClosedException(String message)

    super(message);
  
Methods Summary