public class

AlreadyClosedException

extends IllegalStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ org.apache.lucene.store.AlreadyClosedException

Class Overview

This exception is thrown when there is an attempt to access something that has already been closed.

Summary

Public Constructors
AlreadyClosedException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AlreadyClosedException (String message)