Class IllegalShardRoutingStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.routing.RoutingException
org.elasticsearch.cluster.routing.IllegalShardRoutingStateException
All Implemented Interfaces:
java.io.Serializable, 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, java.lang.String message)
    • IllegalShardRoutingStateException

      public IllegalShardRoutingStateException​(ShardRouting shard, java.lang.String message, java.lang.Throwable cause)
    • IllegalShardRoutingStateException

      public IllegalShardRoutingStateException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details