Package org.apache.lucene.store
Class AlreadyClosedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- java.lang.IllegalStateException
 - 
- org.apache.lucene.store.AlreadyClosedException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class AlreadyClosedException extends java.lang.IllegalStateExceptionThis exception is thrown when there is an attempt to access something that has already been closed.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AlreadyClosedException(java.lang.String message) 
 -