Class IndexShardClosedException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class IndexShardClosedException extends IllegalIndexShardStateException
See Also:
Serialized Form
  • Constructor Details

    • IndexShardClosedException

      public IndexShardClosedException(ShardId shardId)
    • IndexShardClosedException

      public IndexShardClosedException(ShardId shardId, String message)
    • IndexShardClosedException

      public IndexShardClosedException(StreamInput in) throws IOException
      Throws:
      IOException