Class IllegalIndexShardStateException

    • Constructor Detail

      • IllegalIndexShardStateException

        public IllegalIndexShardStateException​(ShardId shardId,
                                               IndexShardState currentState,
                                               java.lang.String msg,
                                               java.lang.Object... args)
      • IllegalIndexShardStateException

        public IllegalIndexShardStateException​(ShardId shardId,
                                               IndexShardState currentState,
                                               java.lang.String msg,
                                               java.lang.Throwable ex,
                                               java.lang.Object... args)
      • IllegalIndexShardStateException

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