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:
Serializable
This exception is thrown when there is an attempt to access something that has already been
closed.
- See Also:
-
Constructor Summary
ConstructorDescriptionAlreadyClosedException
(String message) AlreadyClosedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyClosedException
-
AlreadyClosedException
-