Class IllegalShardRoutingStateException

org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.routing.RoutingException
org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class IllegalShardRoutingStateException extends RoutingException
This exception defines illegal states of shard routing
See Also:
Serialized Form
  • Constructor Details

    • IllegalShardRoutingStateException

      public IllegalShardRoutingStateException(ShardRouting shard,  message)
    • IllegalShardRoutingStateException

      public IllegalShardRoutingStateException(ShardRouting shard,  message,  cause)
    • IllegalShardRoutingStateException

      public IllegalShardRoutingStateException(StreamInput in) throws
      Throws:
  • Method Details