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:
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, String msg)
    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException(ShardId shardId, Throwable cause)
    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException(ShardId shardId, String msg, Throwable cause)
    • BroadcastShardOperationFailedException

      public BroadcastShardOperationFailedException(StreamInput in) throws IOException
      Throws:
      IOException