Class ShardLockObtainFailedException

org.elasticsearch.ElasticsearchException
org.elasticsearch.env.ShardLockObtainFailedException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class ShardLockObtainFailedException extends ElasticsearchException
Exception used when the in-memory lock for a shard cannot be obtained
See Also:
Serialized Form
  • Constructor Details

    • ShardLockObtainFailedException

      public ShardLockObtainFailedException(ShardId shardId,  message)
    • ShardLockObtainFailedException

      public ShardLockObtainFailedException(ShardId shardId,  message,  cause)
    • ShardLockObtainFailedException

      public ShardLockObtainFailedException(StreamInput in) throws
      Throws: