Class ShardStateAction.NoLongerPrimaryShardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.cluster.action.shard.ShardStateAction.NoLongerPrimaryShardException
All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Enclosing class:
ShardStateAction

public static class ShardStateAction.NoLongerPrimaryShardException extends ElasticsearchException
See Also:
Serialized Form
  • Constructor Details

    • NoLongerPrimaryShardException

      public NoLongerPrimaryShardException(ShardId shardId, String msg)
    • NoLongerPrimaryShardException

      public NoLongerPrimaryShardException(StreamInput in) throws IOException
      Throws:
      IOException