Class IndexClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.IndexClosedException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class IndexClosedException
extends ElasticsearchException
Exception indicating that one or more requested indices are closed.
See Also:
Serialized Form
  • Constructor Details

    • IndexClosedException

      public IndexClosedException​(Index index)
    • IndexClosedException

      public IndexClosedException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details