Package org.apache.solr.update
Class SolrCoreState.CoreIsClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.solr.common.AlreadyClosedException
-
- org.apache.solr.update.SolrCoreState.CoreIsClosedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SolrCoreState
public static class SolrCoreState.CoreIsClosedException extends AlreadyClosedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoreIsClosedException()
CoreIsClosedException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CoreIsClosedException
public CoreIsClosedException()
-
CoreIsClosedException
public CoreIsClosedException(String s)
-
-