Class BroadcastShardOperationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.action.support.broadcast.BroadcastShardOperationFailedException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, ElasticsearchWrapperException

public class BroadcastShardOperationFailedException
extends ElasticsearchException
implements ElasticsearchWrapperException
An exception indicating that a failure occurred performing an operation on the shard.
See Also:
Serialized Form
  • Constructor Details

    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException​(ShardId shardId, java.lang.String msg)
    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException​(ShardId shardId, java.lang.Throwable cause)
    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException​(ShardId shardId, java.lang.String msg, java.lang.Throwable cause)
    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException